From 0ed01deb2fc99603a33f968044703a740673c7b3 Mon Sep 17 00:00:00 2001 From: Jorim Jaggi Date: Thu, 11 Dec 2014 21:00:12 +0100 Subject: Limit item count in QS detail - Introduce a maximum number of items to be shown in QS detail view depending on the device configuration. - For Wifi and Cast, make the panel exactly that height as we would show the maximum count of items, in order to prevent that the buttons jump around. Bug: 18665311 Change-Id: I7c0c383a902d295f1b486b8a074e15b990fbe562 --- packages/SystemUI/res/values-h560dp/config.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/SystemUI/res/values-h560dp/config.xml (limited to 'packages/SystemUI/res/values-h560dp') diff --git a/packages/SystemUI/res/values-h560dp/config.xml b/packages/SystemUI/res/values-h560dp/config.xml new file mode 100644 index 0000000..f210d7b --- /dev/null +++ b/packages/SystemUI/res/values-h560dp/config.xml @@ -0,0 +1,23 @@ + + + + + + + 8 + + -- cgit v1.1