Change add button text color

This commit is contained in:
PavelRatushny 2017-11-02 15:22:21 +02:00
parent f1b0b9b6fc
commit 4ad1d1107c
3 changed files with 3 additions and 2 deletions

View file

@ -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>

View file

@ -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"/>

View file

@ -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>