mirror of
https://github.com/bitwarden/android.git
synced 2024-12-28 03:48:31 +03:00
PM-3349 Fix for Android buttons having all letters in Caps
This commit is contained in:
parent
840f24dbe5
commit
eb25ee5d1b
1 changed files with 3 additions and 2 deletions
|
@ -21,6 +21,7 @@
|
|||
<item name="android:textCursorDrawable">@null</item>
|
||||
<item name="popupTheme">@style/ThemeOverlay.AppCompat.Light</item>
|
||||
<item name="buttonStyle">@style/ButtonStyle</item>
|
||||
<item name="android:textAllCaps">false</item>
|
||||
</style>
|
||||
|
||||
<style name="ButtonStyle" parent="Widget.AppCompat.Button">
|
||||
|
|
Loading…
Reference in a new issue