summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2015-12-11 12:55:39 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-12-11 15:52:53 -0800
commitce0e7c836343facd20724a26b36255d1d6eb1d55 (patch)
tree8b9c64c6ec4752f64f067298982873a87ab7e43d /packages/SystemUI/res/layout
parent5b3ecc8ce9d918c265a28c9de61d0a1378caa713 (diff)
downloadframeworks_base-ce0e7c836343facd20724a26b36255d1d6eb1d55.zip
frameworks_base-ce0e7c836343facd20724a26b36255d1d6eb1d55.tar.gz
frameworks_base-ce0e7c836343facd20724a26b36255d1d6eb1d55.tar.bz2
SystemUI : Ensure qs detail item isn't focusable
This ensures the items are clickable in the detail view Change-Id: I8efb20f317b3a1b51e5a3ade1beb306f7c4addcc
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r--packages/SystemUI/res/layout/qs_detail_item.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/qs_detail_item.xml b/packages/SystemUI/res/layout/qs_detail_item.xml
index 6facb71..94ad380 100644
--- a/packages/SystemUI/res/layout/qs_detail_item.xml
+++ b/packages/SystemUI/res/layout/qs_detail_item.xml
@@ -19,8 +19,6 @@
android:layout_height="wrap_content"
android:minHeight="@dimen/qs_detail_item_height"
android:background="@drawable/btn_borderless_rect"
- android:clickable="true"
- android:focusable="true"
android:gravity="center_vertical"
android:orientation="horizontal" >