Merge pull request #4107 from ByteHamster/all-caps
Do not display buttons in all-caps
This commit is contained in:
commit
620d1d5cd5
|
@ -75,19 +75,19 @@
|
|||
|
||||
<CheckBox
|
||||
android:id="@+id/cbShakeToReset"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/shake_to_reset_label"/>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/cbVibrate"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/timer_vibration_label"/>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/chAutoEnable"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/auto_enable_label"/>
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
<item name="currently_playing_background">@color/highlight_light</item>
|
||||
<item name="action_icon_color">@color/black</item>
|
||||
<item name="drawer_activated_color">@color/highlight_light</item>
|
||||
<item name="android:textAllCaps">false</item>
|
||||
|
||||
<item name="storage">@drawable/ic_storage_black</item>
|
||||
<item name="ic_network">@drawable/ic_network_black</item>
|
||||
|
@ -90,6 +91,7 @@
|
|||
<item name="master_switch_background">@color/master_switch_background_dark</item>
|
||||
<item name="currently_playing_background">@color/highlight_dark</item>
|
||||
<item name="action_icon_color">@color/white</item>
|
||||
<item name="android:textAllCaps">false</item>
|
||||
|
||||
<item name="storage">@drawable/ic_storage_white</item>
|
||||
<item name="ic_network">@drawable/ic_network_white</item>
|
||||
|
|
Loading…
Reference in New Issue