Change add button text color
This commit is contained in:
parent
f1b0b9b6fc
commit
4ad1d1107c
3 changed files with 3 additions and 2 deletions
|
@ -189,7 +189,7 @@
|
|||
android:maxLines="1"
|
||||
android:text="@string/shared_string_add"
|
||||
android:textAllCaps="true"
|
||||
android:textColor="?attr/keyboard_item_text_color"
|
||||
android:textColor="@color/keyboard_item_add_button_text_color"
|
||||
android:textSize="@dimen/default_list_text_size"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
@ -203,7 +203,7 @@
|
|||
android:layout_weight="3"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center"
|
||||
android:textColor="?attr/keyboard_item_text_color"
|
||||
android:textColor="@color/keyboard_item_add_button_text_color"
|
||||
android:textSize="@dimen/default_list_text_size"
|
||||
android:text="@string/shared_string_add"/>
|
||||
|
||||
|
|
|
@ -273,6 +273,7 @@
|
|||
<color name="keyboard_item_control_dark_bg_pressed">#536dfe</color>
|
||||
<color name="keyboard_item_add_button_bg">#536dfe</color>
|
||||
<color name="keyboard_item_add_button_bg_pressed">#4b62e3</color>
|
||||
<color name="keyboard_item_add_button_text_color">#ffffff</color>
|
||||
|
||||
<color name="coordinate_input_status_bar_color">#4257c9</color>
|
||||
|
||||
|
|
Loading…
Reference in a new issue