1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

PM-3349 Fix for Android buttons having all letters in Caps

This commit is contained in:
Dinis Vieira
2023-11-04 18:39:08 +00:00
parent 840f24dbe5
commit eb25ee5d1b

View File

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