Community

Using XML layout references in Android

(Lars Vogel) Android supports resource selectors based on qualifiers. For example to use a special layout file for activity_main.xml on a tablet in landscape mode you would typically define a layout file also called activity_main.xml in the layout-sw600-land folder.

Read More - Register for Free Membership