Update colors am: fc5f111bb9
am: dc82f8e707
Change-Id: I690cb2b39e5e3b9b5f5313304d5add015ad0f9b0
This commit is contained in:
@@ -16,8 +16,10 @@
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid
|
||||
android:color="@color/notification_importance_selection_bg" />
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:width="1dp"
|
||||
android:color="?android:attr/textColorSecondary"/>
|
||||
<corners android:radius="@dimen/rect_button_radius" />
|
||||
</shape>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:width="1dp"
|
||||
android:color="?android:attr/textColorSecondary"/>
|
||||
|
||||
<corners android:radius="@dimen/rect_button_radius" />
|
||||
|
||||
@@ -26,5 +26,6 @@
|
||||
<color name="search_bar_background">@*android:color/material_grey_800</color>
|
||||
<!-- 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>
|
||||
</resources>
|
||||
|
||||
|
||||
@@ -127,6 +127,7 @@
|
||||
<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_selection_bg">#FFFFFF</color>
|
||||
|
||||
<!-- launcher icon color -->
|
||||
<color name="icon_launcher_setting_color">@*android:color/accent_device_default_light</color>
|
||||
|
||||
Reference in New Issue
Block a user