android - Layout or image fixing vertically & horizontally -


hi guys m new android, please me info about,how can fix layout different versions of android sdk's. example: m having series of images in app. & every image having same size if have fixed these size of images android sdk 2.2 when run app. in android sdk 3.0 emulator image becomes small it,what want want images automatically resized according sdk versions whether hold vertically or horizontally, app. can me installed on cell phone & don't have stretch images according various sdk's. hope there might solution this.... please me sample code if knows it. in advance guys!!

while surfing web found piece of code relating problem ... use if found worthy

to auto adjustment of image add following property image view written below

for xml

android:scaletype="fitxy" 

for java

myimageview.setscaletype(scaletype.fit_xy); 

Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -