Merge "updating the red color brightness for emergency items"

This commit is contained in:
Josh Yang
2021-11-17 18:21:38 +00:00
committed by Android (Google) Code Review
3 changed files with 2 additions and 3 deletions

View File

@@ -18,5 +18,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="26dp"/>
<solid android:color="@color/wear_material_red_400"/>
<solid android:color="@color/wear_material_red_mid"/>
</shape>

View File

@@ -17,6 +17,6 @@
<resources>
<!-- Wear Material standard colors -->
<color name="wear_material_red_400">#EE675C</color>
<color name="wear_material_red_mid">#CC5D58</color>
<color name="wear_material_grey_900">#202124</color>
</resources>

View File

@@ -4591,7 +4591,6 @@
<java-symbol type="fraction" name="global_actions_vertical_padding_percentage" />
<java-symbol type="fraction" name="global_actions_horizontal_padding_percentage" />
<java-symbol type="drawable" name="global_actions_item_red_background" />
<java-symbol type="color" name="wear_material_grey_900" />
<java-symbol type="string" name="config_wearSysUiPackage"/>
<java-symbol type="string" name="config_wearSysUiMainActivity"/>