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

Commit d4d240f3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge " Make the selected importance more prominent" into qt-dev

parents 7af5a9e0 c3f7ba91
Loading
Loading
Loading
Loading
+337 −673

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@
        android:color="@color/notification_importance_selection_bg" />
    <stroke
        android:width="1dp"
        android:color="?android:attr/textColorSecondary"/>
        android:color="@color/notification_importance_button_selected"/>
    <corners android:radius="@dimen/rect_button_radius" />
</shape>
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
       android:shape="rectangle">
    <stroke
        android:width="1dp"
        android:color="?android:attr/textColorSecondary"/>
        android:color="@color/notification_importance_button_unselected"/>

    <corners android:radius="@dimen/rect_button_radius" />
</shape>
+2 −0
Original line number Diff line number Diff line
@@ -27,5 +27,7 @@
  <!-- Dialog background color -->
  <color name="dialog_background">@*android:color/material_grey_800</color>
  <color name="notification_importance_selection_bg">@*android:color/material_grey_800</color>
  <color name="notification_importance_button_selected">#AECBFA</color> <!-- material blue 200 -->
  <color name="notification_importance_button_unselected">#5F6368</color>
</resources>
+2 −1
Original line number Diff line number Diff line
@@ -126,7 +126,8 @@
    <color name="notification_block_color">#ffff0000</color>
    <color name="notification_silence_color">#FF32c1de</color>
    <color name="notification_alert_color">#FFF87B2B</color>
    <color name="notification_importance_button_unselected">#FFDADCE0</color>
    <color name="notification_importance_button_unselected">#DADCE0</color>
    <color name="notification_importance_button_selected">#1967D2</color> <!-- material blue 700 -->
    <color name="notification_importance_selection_bg">#FFFFFF</color>

    <!-- launcher icon color -->