DMC
DMC

Reputation: 1194

What is the dimens res folder for a Nexus 10?

I'm trying to use values from my dimens file to target the Nexus 10. I have the folder set up as values-sw720dp-xhdpi but this doesnt work. I have also tried values-sw720dp-xxhdpi but still this doesnt work.

What is the correct implementation of the folder where I can store my dimens values for a Nexus 10?

I am testing this on an emulator which runs perfectly

Upvotes: 0

Views: 1274

Answers (1)

tsoup
tsoup

Reputation: 58

I think:

values-sw720dp-land

is what you're going for.

Upvotes: 3

Related Questions