Loading color-check-baseline.xml +337 −673 File changed.Preview size limit exceeded, changes collapsed. Show changes res/drawable/button_border_selected.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> res/drawable/button_border_unselected.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> res/values-night/colors.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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> res/values/colors.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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 --> Loading Loading
color-check-baseline.xml +337 −673 File changed.Preview size limit exceeded, changes collapsed. Show changes
res/drawable/button_border_selected.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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>
res/drawable/button_border_unselected.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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>
res/values-night/colors.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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>
res/values/colors.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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 --> Loading