Update colors
For night mode and a11y Test: manual Fixes: 129507563 Change-Id: Ic675cbe0aaf0ccbb18d57729c26b5b55ca907910
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" />
|
||||
|
||||
Reference in New Issue
Block a user