0

I have one query.

I have made different layout for multiple devices.

eg.

layout-sw720dp // for 10 inch tablet layout-sw600dp // for 7 inch tablet

if the device is 620dp, then android which layout will pick up.

Vijay Bagul
  • 237
  • 7
  • 18

1 Answers1

0

For a generic way to check programmatically which layout a device will pick up at runtime, you can use the workaround from this previous SO question.

Community
  • 1
  • 1
AggelosK
  • 4,313
  • 2
  • 32
  • 37