summaryrefslogtreecommitdiffstats
path: root/res/layout/dashboard.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-05-16 18:59:14 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-05-16 18:59:14 -0700
commitba046c034c1731fa8e939926f6e6d1fd8d1ca4ed (patch)
treed5cea8df2591798453f30549d4c23187e710730f /res/layout/dashboard.xml
parent0022a2a02d4b45a15d3bc01068597dd4382c52b1 (diff)
downloadpackages_apps_Settings-ba046c034c1731fa8e939926f6e6d1fd8d1ca4ed.zip
packages_apps_Settings-ba046c034c1731fa8e939926f6e6d1fd8d1ca4ed.tar.gz
packages_apps_Settings-ba046c034c1731fa8e939926f6e6d1fd8d1ca4ed.tar.bz2
Add padding at the end of the Dashboard list
See bug #13140648 Settings needs to support the new Quantum Paper theme Change-Id: I3aa01a346933eb9269d2466c07b6b5ebd6fc3cc1
Diffstat (limited to 'res/layout/dashboard.xml')
-rw-r--r--res/layout/dashboard.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/dashboard.xml b/res/layout/dashboard.xml
index 116580a..e63acd7 100644
--- a/res/layout/dashboard.xml
+++ b/res/layout/dashboard.xml
@@ -27,6 +27,7 @@
android:id="@+id/dashboard_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:paddingBottom="12dp"
android:layout_gravity="center_horizontal"
android:orientation="vertical"
/>