From 769630c8956fa844545d964166da90cc802fabac Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Thu, 24 Apr 2014 14:48:48 -0700 Subject: Settings new dashboard - part 2 Introduce the new Dashboard (a grid like presentation of Settings top categories) per UX specification. - the Dashboard is composed of "categories" and in each of them you have "tiles" - implement a new layout for showing top categories (DashboardContainerView). This layout basically acts like a grid - depending on the device configuration make the grid with 1 column in portrait / 2 colums in landscape (phones) OR 2 columns in portrait and 3 in landscape (tablets) - take care of Accounts adding and removing (as it changes the number of tiles to show) Also remove all the old code related to Headers Change-Id: Ie29944132c1b4c3f7b073d5a7d4453b8f5ec19a7 --- res/values-sw600dp/config.xml | 22 ++++++++++++++++++++++ res/values-sw600dp/dimens.xml | 4 ++++ 2 files changed, 26 insertions(+) create mode 100644 res/values-sw600dp/config.xml (limited to 'res/values-sw600dp') diff --git a/res/values-sw600dp/config.xml b/res/values-sw600dp/config.xml new file mode 100644 index 0000000..543dfee --- /dev/null +++ b/res/values-sw600dp/config.xml @@ -0,0 +1,22 @@ + + + + + + + 2 + + diff --git a/res/values-sw600dp/dimens.xml b/res/values-sw600dp/dimens.xml index 4f4a221..154b34f 100755 --- a/res/values-sw600dp/dimens.xml +++ b/res/values-sw600dp/dimens.xml @@ -38,4 +38,8 @@ 2dip 2dip 2 + + + 8dp + -- cgit v1.1