diff options
Diffstat (limited to 'res/values-sw720dp-land')
-rwxr-xr-x | res/values-sw720dp-land/dimens.xml | 9 | ||||
-rw-r--r-- | res/values-sw720dp-land/screen.xml | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/res/values-sw720dp-land/dimens.xml b/res/values-sw720dp-land/dimens.xml new file mode 100755 index 0000000..c8d523f --- /dev/null +++ b/res/values-sw720dp-land/dimens.xml @@ -0,0 +1,9 @@ +<resources> + + <!-- + Customize dimensions originally defined in res/values/dimens.xml (such as + screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. + --> + <dimen name="activity_horizontal_margin">128dp</dimen> + +</resources> diff --git a/res/values-sw720dp-land/screen.xml b/res/values-sw720dp-land/screen.xml new file mode 100644 index 0000000..6cdc84e --- /dev/null +++ b/res/values-sw720dp-land/screen.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="screen_type">tablet</string> +</resources>
\ No newline at end of file |