0

For some reason, the action bar items looked small on S4. On close examination, it seems that, instead of using drawable-xxhdpi, Android is using drawable-normal-mdpi.

Any help in evaluating this mess that is Android in general, would be appreciated!

Thank you!

Radu
  • 2,076
  • 2
  • 20
  • 40

1 Answers1

0

I didn't noticed any definition of xxhdpi on official documentation, however make sure you are providing images with same name to that folder, but from personal experience it works when i provide xhdpi

Ahmad Dwaik 'Warlock'
  • 5,953
  • 5
  • 34
  • 56
  • I do provide xhdpi. It is pretty weird though, that the normal-mdpi folder is selected. It should not fit size or resolution for S4... Interestingly enough, this happens in the action bar only, as far as I can tell - I will try on actual layout as well as soon as I have the chance. – Radu Nov 12 '13 at 11:40