am 3ee83961: am 4f933f8b: Merge "Fix broken brightness mirror" into lmp-dev

* commit '3ee839611275b5107512f3b8e457534e7990c2fb':
  Fix broken brightness mirror
This commit is contained in:
Adrian Roos
2014-08-21 12:17:09 +00:00
committed by Android Git Automerger

View File

@@ -38,7 +38,9 @@
android:layout_height="match_parent"
android:elevation="2dp"
android:background="@drawable/brightness_mirror_background">
<include layout="@layout/quick_settings_brightness_dialog" />
<include layout="@layout/quick_settings_brightness_dialog"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</FrameLayout>
</FrameLayout>