Tapping in brightness row in QS should not close QS panel

Bug: 15169301
Change-Id: I10ddaa2c5bd3f8cb6abaff89b03814dd8ec63f72
This commit is contained in:
Adrian Roos
2014-05-26 19:27:40 +02:00
parent de61fd7822
commit 236da706b9

View File

@@ -15,7 +15,8 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
style="@style/BrightnessDialogContainer">
style="@style/BrightnessDialogContainer"
android:clickable="true">
<ImageView
android:id="@+id/brightness_icon"