Add padding at the end of the Dashboard list

See bug #13140648 Settings needs to support the new Quantum Paper theme

Change-Id: I3aa01a346933eb9269d2466c07b6b5ebd6fc3cc1
This commit is contained in:
Fabrice Di Meglio
2014-05-16 18:59:14 -07:00
parent 0022a2a02d
commit ba046c034c

View File

@@ -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"
/>