I'm trying to find out, how My application can support all different screen sizes on Android,
I tried to do this android:scaleType="fitXY"
but it doesn't work
I tried to change the dimes.xml file , but adding <dimen name="default_padding">11dp</dimen>
So can you please give me an idea on how can my application support different screen sizes in Android