Skip to content

Commit 36c06ae

Browse files
committed
Add missing layout params
Bug: 7370474 Change-Id: I632832be22c492f006d76bfa821fd9aa48569f67
1 parent 91ffedd commit 36c06ae

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)