diff options
| author | 2023-10-27 13:57:58 +0000 | |
|---|---|---|
| committer | 2023-10-27 13:57:58 +0000 | |
| commit | db40327c493ea1e00be839c1c0d275194e6002bd (patch) | |
| tree | 7b6d1e67777e93044df6e6f1b87afa0e8b5cee0e | |
| parent | 57cb73f29ba5a5c7f9dcd8cf7e0029bcef9be213 (diff) | |
Allign connected display statusbar icons with the others
This makes the icon have the same height as other similar status bar chips icons.
Bug: 290910794
Test: ConnectedDisplayChipScreenshotTest
Change-Id: I90fe155d522292957e1e2a9317d4ed018eef7e2a
| -rw-r--r-- | packages/SystemUI/res/layout/connected_display_chip.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/connected_display_chip.xml b/packages/SystemUI/res/layout/connected_display_chip.xml index d9df91ee0a96..f9a183d3a5f7 100644 --- a/packages/SystemUI/res/layout/connected_display_chip.xml +++ b/packages/SystemUI/res/layout/connected_display_chip.xml @@ -41,6 +41,7 @@ android:layout_height="wrap_content" android:layout_gravity="center" android:layout_marginHorizontal="10dp" + android:layout_marginVertical="3dp" android:scaleType="centerInside" android:src="@drawable/stat_sys_connected_display" android:tint="@android:color/black" /> |