We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4ce798 + 03a36f9 commit 40bf720Copy full SHA for 40bf720
1 file changed
src/main/res/values/styles.xml
@@ -253,6 +253,7 @@
253
<style name="EvotorUITheme.Keypad.Button.Main" parent="EvotorUITheme.Text.Heading2">
254
<item name="android:foreground">?android:attr/selectableItemBackground</item>
255
<item name="android:background">@color/keypad_dark_color</item>
256
+ <item name="android:stateListAnimator">@null</item>
257
</style>
258
259
<style name="EvotorUITheme.Keypad.Button.Main.Light" parent="EvotorUITheme.Keypad.Button.Main">
0 commit comments