From e60f5f827f3cc49b1a43a4ef06b972a4d1706381 Mon Sep 17 00:00:00 2001 From: Matt Casey Date: Thu, 10 Jun 2021 10:53:15 -0400 Subject: [PATCH] Swith long screenshot UI to colorAccentPrimary Bug: 190714274 Test: Visual verification in light and mark mode. Change-Id: Id4b692699c2dc20841ea8c06868a06161a5c209e --- packages/SystemUI/res/drawable/screenshot_edit_background.xml | 2 +- packages/SystemUI/res/drawable/screenshot_save_background.xml | 2 +- packages/SystemUI/res/layout/long_screenshot.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/SystemUI/res/drawable/screenshot_edit_background.xml b/packages/SystemUI/res/drawable/screenshot_edit_background.xml index 5c3c12c572f68..ff5c62e1600b1 100644 --- a/packages/SystemUI/res/drawable/screenshot_edit_background.xml +++ b/packages/SystemUI/res/drawable/screenshot_edit_background.xml @@ -20,7 +20,7 @@ android:color="?android:textColorPrimary"> - + diff --git a/packages/SystemUI/res/drawable/screenshot_save_background.xml b/packages/SystemUI/res/drawable/screenshot_save_background.xml index cfd2dc2144776..b61b28ed1d9ed 100644 --- a/packages/SystemUI/res/drawable/screenshot_save_background.xml +++ b/packages/SystemUI/res/drawable/screenshot_save_background.xml @@ -20,7 +20,7 @@ android:color="?android:textColorPrimary"> - + diff --git a/packages/SystemUI/res/layout/long_screenshot.xml b/packages/SystemUI/res/layout/long_screenshot.xml index 8e30aecd6a279..0ae2f7273c60d 100644 --- a/packages/SystemUI/res/layout/long_screenshot.xml +++ b/packages/SystemUI/res/layout/long_screenshot.xml @@ -86,7 +86,7 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintBottom_toBottomOf="parent" app:handleThickness="@dimen/screenshot_crop_handle_thickness" - app:handleColor="?androidprv:attr/colorAccentSecondary" + app:handleColor="?androidprv:attr/colorAccentPrimary" app:scrimColor="@color/screenshot_crop_scrim" tools:background="?android:colorBackground" tools:minHeight="100dp"