Question

I'm testing my app on 2 devices - a Samsung Galaxy S3 and a Samsung Galaxy Note 2. Both have the same screen resolution and apparently both use the same xhdpi density even though the Note 2 has a considerably lower physical dpi.

My icons on the action bar look smaller on the S3 than on the Note 2. Why is this so, and how can I fix it so that it looks consistent?


Samsung Galaxy S3

Samsung Galaxy S3


Samsung Galaxy Note 2

Samsung Galaxy Note 2

Was it helpful?

Solution

It turns out that even though the resolutions I was using for the individual pixel densities were correct, the actual icon area within the image file had an incorrect size. I followed this guide at iconhandbook.co.uk/reference/chart/android/ and now things look consistent.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top