summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-03-06 14:45:30 -0800
committerAlan Viverette <alanv@google.com>2014-03-06 14:45:30 -0800
commit299110115c361732bc7f47435504a3c02ffac5ee (patch)
tree617545d478988337976f7746487901d3b2b11d7f /res/values
parentfeb268ec85f9cbd3f7173e4004125955b75f5c61 (diff)
downloadandroid_packages_apps_ExactCalculator-299110115c361732bc7f47435504a3c02ffac5ee.tar.gz
android_packages_apps_ExactCalculator-299110115c361732bc7f47435504a3c02ffac5ee.tar.bz2
android_packages_apps_ExactCalculator-299110115c361732bc7f47435504a3c02ffac5ee.zip
Add missing layout params
BUG: 13340631 Change-Id: I91052e0033f1286005d651fbad2610c65fb97e79
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 46e4c5c..1482f64 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -19,6 +19,7 @@
<style name="button_style" parent="@android:style/Widget.Quantum.Button.Borderless">
<item name="android:textSize">24dp</item>
<item name="android:fontFamily">sans-serif-light</item>
+ <item name="android:textAllCaps">false</item>
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">match_parent</item>
<item name="android:layout_weight">1</item>