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
Post a Comment