Merge "Tapping in brightness row in QS should not close QS panel" into lmp-preview-dev

This commit is contained in:
Adrian Roos
2014-05-26 17:33:17 +00:00
committed by Android (Google) Code Review

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"