Merge "Use TextInputLayout for the name field in the create/rename mode page" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
154a91fc7e
@@ -9585,6 +9585,9 @@
|
||||
<!-- Modes: Hint for the EditText for editing a mode's name [CHAR LIMIT=30] -->
|
||||
<string name="zen_mode_edit_name_hint">Mode name</string>
|
||||
|
||||
<!-- Modes: Error message when editing a mode's name and the name is empty [CHAR LIMIT=40] -->
|
||||
<string name="zen_mode_edit_name_empty_error">Mode name cannot be empty</string>
|
||||
|
||||
<!-- Modes: Text shown above the list of icons in the mode editor. [CHAR LIMIT=40] -->
|
||||
<string name="zen_mode_edit_choose_icon_title">Choose an icon</string>
|
||||
|
||||
|
@@ -73,6 +73,9 @@
|
||||
<item name="notification_importance_button_background_color_selected">?androidprv:attr/materialColorSecondaryContainer</item>
|
||||
<item name="notification_importance_button_border_color_selected">?androidprv:attr/materialColorOnSecondaryContainer</item>
|
||||
<item name="notification_importance_button_foreground_color_selected">?androidprv:attr/materialColorOnSecondaryContainer</item>
|
||||
|
||||
<!-- For AppCompat widgets, e.g. TextInputLayout -->
|
||||
<item name="colorAccent">?android:attr/colorAccent</item>
|
||||
</style>
|
||||
|
||||
<!-- Variant of the settings theme with no action bar. -->
|
||||
|
Reference in New Issue
Block a user