It's hard to differentiate 800x480 854x480 resolutions.
Most mobile phones are of these two resolution and goes to qualifier "-normal-hdpi". Both are "-long"
There is resolution qualifier, thougth it's deprecated and recommended to not be used.
something like "-800x400" "-854x480" (situee's blog)
something like "-800x400" "-854x480" (situee's blog)
But the density qualifier will trump the resolution qualifier.
So you have to make it "-drawable-hdpi-854x480" so that it will work.(situee's blog)
So you have to make it "-drawable-hdpi-854x480" so that it will work.(situee's blog)
If you want to know more about Android layout/drawable scaling,
go to this post Pre-scaling, Auto-Scaling and Screen Density
If you found it useful, please "Recommend this on Google".
----------------------------------------------------------↓-----
----------------------------------------------------------↓-----
No comments:
Post a Comment