diff options
| author | 2023-05-25 14:53:31 +0000 | |
|---|---|---|
| committer | 2023-05-25 14:53:31 +0000 | |
| commit | e404fe11a5340220b268490629e7c06b7d218a98 (patch) | |
| tree | 3c05ac3f79ab2f79e88f01959d2f61839da0255d | |
| parent | 790e7ee97ac65ac3e9bc699b241a5500b78184be (diff) | |
| parent | 92143e4323ed8759a0c9e81e2323a70565df1e9a (diff) | |
Merge "Fix partial screen sharing permission dialog icon color" into udc-dev am: 5150cf8c82 am: 92143e4323
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23390057
Change-Id: I1c549dffe2a10a82b50bc7e09e2724f18851b92d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | packages/SystemUI/res/layout/screen_share_dialog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/screen_share_dialog.xml b/packages/SystemUI/res/layout/screen_share_dialog.xml index 0d86e0a40b6d..ab522a388735 100644 --- a/packages/SystemUI/res/layout/screen_share_dialog.xml +++ b/packages/SystemUI/res/layout/screen_share_dialog.xml @@ -36,7 +36,7 @@ android:layout_width="@dimen/screenrecord_logo_size" android:layout_height="@dimen/screenrecord_logo_size" android:src="@drawable/ic_media_projection_permission" - android:tint="?androidprv:attr/colorAccentPrimary" + android:tint="?androidprv:attr/colorAccentPrimaryVariant" android:importantForAccessibility="no"/> <TextView android:id="@+id/screen_share_dialog_title" |