I have an values-xhdpi folder with dimens.xml file. Now I wish to do specific dimens for Nexus 4, so I have created values-xhdpi-1280×768 folder and I can see the changes in the graphic layout, but when I run the app on the device I can see it still reads from values-xhdpi folder
Share
Figured it out!
Needed to use values-xhdpi-1184×768 because buttons bar is 96px.
Thank you ME!