Merge " Make the selected importance more prominent" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d4d240f313
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user