Adhere to material design guidelines (uppercase button label) on >= 5.0
This commit is contained in:
parent
ea62a37298
commit
11e70e3293
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<style name="Widget.AntennaPod.Button" parent="Widget.AppCompat.Button">
|
||||||
|
<item name="textAllCaps">true</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
</resources>
|
Loading…
Reference in New Issue