android - pictures are in the same size in all the phones -


i got bitmaps in app (the resource images in different drawable folders) - , yet, on 5.5 inch screen , on friend 5 inch screen - bitmaps in same size.

first of try these steps - refresh project dir ide. - clean project. - built again (rerun).


if doesn't check bitmaps in right folders(ldpi, mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi) according size or not.


finally if there no result of above steps, should check dpi of both mobile phones. might case in both mobile phone lie in same dpi range, bitmaps pulled on screen of same size.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -