summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2015-11-30 23:11:10 -0800
committerRoman Birg <roman@cyngn.com>2015-12-02 18:40:43 -0800
commit40fdc4ace9bc69a45a37782b6d394005f917b41a (patch)
tree58c5eb9bc6f724e39f81224a5a9aa2b9619f439c /packages/SystemUI/res/layout
parent6ec9ea721c33613c1ce94fdbe1e1b94631e6edec (diff)
downloadframeworks_base-40fdc4ace9bc69a45a37782b6d394005f917b41a.zip
frameworks_base-40fdc4ace9bc69a45a37782b6d394005f917b41a.tar.gz
frameworks_base-40fdc4ace9bc69a45a37782b6d394005f917b41a.tar.bz2
SystemUI: various qs tile detail improvements
- Handle top padding inside QSDragPanel, so the detail clipping animation doesn't get cut off by the top padding. - Increase bottom padding of the QSContainer to give some more breathing room for the circle page indicator. - Disable pager overscrolling - Add dual tile carrot indicators to cast, dnd, and mobile data tiles Change-Id: I81f56760140a2d7dd31e25b23f477eb1be0af305 Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r--packages/SystemUI/res/layout/qs_panel.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/qs_panel.xml b/packages/SystemUI/res/layout/qs_panel.xml
index c3d3c3e..9df4425 100644
--- a/packages/SystemUI/res/layout/qs_panel.xml
+++ b/packages/SystemUI/res/layout/qs_panel.xml
@@ -19,8 +19,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/qs_background_primary"
- android:paddingTop="8dp"
- android:paddingBottom="8dp"
+ android:paddingBottom="12dp"
android:elevation="2dp">
<com.android.systemui.qs.QSDragPanel