From ba046c034c1731fa8e939926f6e6d1fd8d1ca4ed Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Fri, 16 May 2014 18:59:14 -0700 Subject: Add padding at the end of the Dashboard list See bug #13140648 Settings needs to support the new Quantum Paper theme Change-Id: I3aa01a346933eb9269d2466c07b6b5ebd6fc3cc1 --- res/layout/dashboard.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/layout/dashboard.xml') 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" /> -- cgit v1.1