From 3f57be003e868c97d9fc8a8a6a225c887dc8b383 Mon Sep 17 00:00:00 2001 From: jrizzoli Date: Sun, 24 Jan 2016 21:06:30 +0100 Subject: Gello: fix tablet navbar UI Change-Id: I4a772a6c2992aea1b1b09a00fb9945d73e9c0e7a Signed-off-by: jrizzoli --- res/values-sw600dp-v21/colors.xml | 20 ++++++++++++++++++++ res/values-sw600dp-v21/dimens.xml | 21 +++++++++++++++++++++ res/values-sw600dp-v21/styles.xml | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 res/values-sw600dp-v21/colors.xml create mode 100644 res/values-sw600dp-v21/dimens.xml create mode 100644 res/values-sw600dp-v21/styles.xml (limited to 'res/values-sw600dp-v21') diff --git a/res/values-sw600dp-v21/colors.xml b/res/values-sw600dp-v21/colors.xml new file mode 100644 index 00000000..99d9d402 --- /dev/null +++ b/res/values-sw600dp-v21/colors.xml @@ -0,0 +1,20 @@ + + + + + @color/primary + diff --git a/res/values-sw600dp-v21/dimens.xml b/res/values-sw600dp-v21/dimens.xml new file mode 100644 index 00000000..e79b40eb --- /dev/null +++ b/res/values-sw600dp-v21/dimens.xml @@ -0,0 +1,21 @@ + + + + + 28dp + + diff --git a/res/values-sw600dp-v21/styles.xml b/res/values-sw600dp-v21/styles.xml new file mode 100644 index 00000000..397a8720 --- /dev/null +++ b/res/values-sw600dp-v21/styles.xml @@ -0,0 +1,35 @@ + + + + + + + + + -- cgit v1.2.3