How can I keep the layout of my apps for different versions of Android?
Example: A EditText
has layout in version 2.1 and another in versions 4.x, how to keep the layout of version 4 in previous versions? >
How can I keep the layout of my apps for different versions of Android?
Example: A EditText
has layout in version 2.1 and another in versions 4.x, how to keep the layout of version 4 in previous versions? >
Just tell us a background color that it will already lose the features of the version. Example:
<EditText
android:background="#DDDDDD" />