diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2014-06-05 17:36:45 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2014-06-05 17:36:45 -0700 |
commit | eb072e125bd757b3617f9fc648dbd6181f40789d (patch) | |
tree | 05bff8c09c82e4391986f5b15b816e98e7ba3868 /res/values-sw600dp-land | |
parent | c3febdf02f67dc057cfbadaa22a80708369da0a4 (diff) | |
download | packages_apps_Settings-eb072e125bd757b3617f9fc648dbd6181f40789d.tar.gz packages_apps_Settings-eb072e125bd757b3617f9fc648dbd6181f40789d.tar.bz2 packages_apps_Settings-eb072e125bd757b3617f9fc648dbd6181f40789d.zip |
Tune Dashboard layouts following UX spec - part 2
- set a fixed size for the Dashboard icons (and thus fix the
Account type icons size isssue)
- tune layout for N7 tablet
See bug: #15384992 Setting Dashboard - padding updates
Change-Id: I0306f1ec2309e859e044e8490cef468def8d38fb
Diffstat (limited to 'res/values-sw600dp-land')
-rw-r--r-- | res/values-sw600dp-land/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-sw600dp-land/config.xml b/res/values-sw600dp-land/config.xml index eb1a7c33e..543dfeeab 100644 --- a/res/values-sw600dp-land/config.xml +++ b/res/values-sw600dp-land/config.xml @@ -17,6 +17,6 @@ <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- Dashboard number of columns --> - <integer name="dashboard_num_columns">3</integer> + <integer name="dashboard_num_columns">2</integer> </resources> |