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

Commit 7df20a12 authored by Abhijit Nukalapati's avatar Abhijit Nukalapati Committed by Josh Yang
Browse files

updating the red color brightness for emergency items

also, removed a color from symbols since we don't need to use it java
code anymore. It was originally used as a text color in java code.
However, now the text color has been updated to use black (which is
already available in the android framework resources)

Screenshot - https://screenshot.googleplex.com/AWvZd8CNrRy5usY

BUG: 194355651
Change-Id: I3fcb9c4ac6035b3bdfc8752a1c29554993ebc0e9
(cherry picked from commit 251d404f5f7023945149dfa647d8419e22eb92fb)
parent fbeb7661
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -18,5 +18,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
       android:shape="rectangle">
    <corners android:radius="26dp"/>
    <corners android:radius="26dp"/>
    <solid android:color="@color/wear_material_red_400"/>
    <solid android:color="@color/wear_material_red_mid"/>
</shape>
</shape>
 No newline at end of file
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,6 +17,6 @@


<resources>
<resources>
    <!-- Wear Material standard colors -->
    <!-- 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>
    <color name="wear_material_grey_900">#202124</color>
</resources>
</resources>
 No newline at end of file
+0 −1
Original line number Original line 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_vertical_padding_percentage" />
  <java-symbol type="fraction" name="global_actions_horizontal_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="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_wearSysUiPackage"/>
  <java-symbol type="string" name="config_wearSysUiMainActivity"/>
  <java-symbol type="string" name="config_wearSysUiMainActivity"/>