commit | 155f84263602a32ead5999fc0b6cfd5d3282ed69 | [log] [tgz] |
---|---|---|
author | Brandon Dayauon <brdayauon@google.com> | Thu Jul 11 10:40:12 2024 -0700 |
committer | Brandon Dayauon <brdayauon@google.com> | Thu Jul 11 10:40:12 2024 -0700 |
tree | c7f1c6cec01dc03ba456cd7262a39e79445b7899 | |
parent | 6073fa296cd22daca21f8364610a9a8ba5b80c20 [diff] |
Update workEDU background color to scHighest bug: 342246204 Test: manually photos: beforeDT: https://drive.google.com/file/d/14qJDNK2044KQXLLr3NgKMnxRcGysGcf3/view?usp=sharing beforeLT: https://drive.google.com/file/d/1qwKBSUjGXtqY8PVep7ZT0FhABx2kFGFt/view?usp=sharing afterLT: https://drive.google.com/file/d/1-rR-5x-vp0WUTlGV8rJMHiHnhQ07FfXC/view?usp=sharing afterDT: https://drive.google.com/file/d/1szHqOSudhqEF4_AId9xD77YKTmGJt09n/view?usp=sharing Flag: NONE Color change Change-Id: I7d41581c613bd719515fcf491967327c989bf91b
diff --git a/res/drawable/work_card.xml b/res/drawable/work_card.xml index 4a66cac..9bf2b8d 100644 --- a/res/drawable/work_card.xml +++ b/res/drawable/work_card.xml
@@ -16,9 +16,8 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" android:shape="rectangle"> - <solid android:color="?androidprv:attr/colorSurface" /> + <solid android:color="@color/material_color_surface_container_highest" /> <corners android:radius="@dimen/work_edu_card_radius" /> </shape>