Adhere to material design guidelines (uppercase button label) on >= 5.0

This commit is contained in:
Martin Fietz 2015-09-09 23:44:11 +02:00
parent ea62a37298
commit 11e70e3293
1 changed files with 8 additions and 0 deletions

View File

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