Skip to content

Commit a4c356c

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Add missing layout params" into jb-mr1-dev
2 parents 88c66cb + 36c06ae commit a4c356c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/SystemUI/res/layout/quick_settings_brightness_dialog.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
<ImageView
2323
android:id="@+id/brightness_icon"
24+
android:layout_width="wrap_content"
25+
android:layout_height="wrap_content"
2426
android:layout_gravity="center_vertical"
2527
android:paddingRight="10dp"
2628
android:src="@drawable/ic_qs_brightness_auto_off"

0 commit comments

Comments
 (0)