Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 866907c3 authored by Josh Yang's avatar Josh Yang Committed by Android (Google) Code Review
Browse files

Merge "updating the red color brightness for emergency items"

parents 74dc0ec8 7df20a12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -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>
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
@@ -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"/>