diff options
| author | 2024-09-09 15:10:31 -0400 | |
|---|---|---|
| committer | 2024-09-09 15:22:50 -0400 | |
| commit | d4191de327f729e466b78be80a98b74b7f9401bc (patch) | |
| tree | 05dcf4c0e0c907ed072840648d79ab3fda9483bd | |
| parent | af00cc737b632e572620096fc15898409d3929f9 (diff) | |
Set screenshot action button tint mode to src_in
Bug: 365588264
Fix: 365588264
Flag: EXEMPT trivial change
Test: manual (icon colors in light/dark theme)
Change-Id: Ica88c3c8e4e51068e1e04461919ebe8a4c0e2240
| -rw-r--r-- | packages/SystemUI/res/layout/shelf_action_chip.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/shelf_action_chip.xml b/packages/SystemUI/res/layout/shelf_action_chip.xml index c7606e404215..1c65e366d619 100644 --- a/packages/SystemUI/res/layout/shelf_action_chip.xml +++ b/packages/SystemUI/res/layout/shelf_action_chip.xml @@ -28,6 +28,7 @@ <ImageView android:id="@+id/overlay_action_chip_icon" android:tint="?androidprv:attr/materialColorOnSecondary" + android:tintMode="src_in" android:layout_width="@dimen/overlay_action_chip_icon_size" android:layout_height="@dimen/overlay_action_chip_icon_size"/> <TextView |