I have a problem regarding my app.I have created tab bar using image button,when I run the app in 480*800 hdpi device the tab bar images are displaying perfectly when I run
For detail, please refer to Android Developer Guide.
To summarize, you must declare each supporting screen sizes in your AndroidManifest.xml
. For example, you have to include the following:
To support 240*320, you must do the following:
1: In AndroidManifest.xml
, include
2: Create different layout-small
folder:
res/layout/layout-small/
3: Create drawable-ldpi
folder (you already did):
res/drawable-ldpi/