summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-12-11 15:39:43 -0800
committerAdnan Begovic <adnan@cyngn.com>2015-12-11 15:39:43 -0800
commit5b3ecc8ce9d918c265a28c9de61d0a1378caa713 (patch)
tree238ba8d2b852d6a4b1f6ccc6cec09044e878d3f6 /packages/SystemUI/res
parent983986d12e6e9ac10bef05bd8f646907f314a7b1 (diff)
downloadframeworks_base-5b3ecc8ce9d918c265a28c9de61d0a1378caa713.zip
frameworks_base-5b3ecc8ce9d918c265a28c9de61d0a1378caa713.tar.gz
frameworks_base-5b3ecc8ce9d918c265a28c9de61d0a1378caa713.tar.bz2
SystemUI: Fix padding on qs_detail.
Change-Id: I07542c6ed4e733e73e09c4def88a29e9951a1fd5
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r--packages/SystemUI/res/layout/qs_detail.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/qs_detail.xml b/packages/SystemUI/res/layout/qs_detail.xml
index 38daf0f..5058314 100644
--- a/packages/SystemUI/res/layout/qs_detail.xml
+++ b/packages/SystemUI/res/layout/qs_detail.xml
@@ -18,6 +18,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/qs_detail_background"
+ android:paddingTop="@dimen/detail_exterior_padding"
android:paddingBottom="@dimen/detail_exterior_padding"
android:orientation="vertical">