summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2014-09-04 00:39:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-04 00:39:51 +0000
commitf5d2a6eddd14cad84ce8a48523573b2889d85427 (patch)
tree01edbf6a1c1f0b25d2d9f4b4547dc2648ed0d4b6 /res
parent09532fec3ae70ec185ede78182c51a07144c66e0 (diff)
parentacfc688f7b0d107fff73d594b1372a0da662aa4a (diff)
downloadandroid_packages_apps_ExactCalculator-f5d2a6eddd14cad84ce8a48523573b2889d85427.tar.gz
android_packages_apps_ExactCalculator-f5d2a6eddd14cad84ce8a48523573b2889d85427.tar.bz2
android_packages_apps_ExactCalculator-f5d2a6eddd14cad84ce8a48523573b2889d85427.zip
am acfc688f: Update display metrics for 7" tablets
* commit 'acfc688f7b0d107fff73d594b1372a0da662aa4a': Update display metrics for 7" tablets
Diffstat (limited to 'res')
-rw-r--r--res/values-sw600dp-land/styles.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/values-sw600dp-land/styles.xml b/res/values-sw600dp-land/styles.xml
index 59a2af7..3c2ccd5 100644
--- a/res/values-sw600dp-land/styles.xml
+++ b/res/values-sw600dp-land/styles.xml
@@ -19,13 +19,11 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="DisplayEditTextStyle.Formula">
- <item name="android:paddingTop">72dip</item>
+ <item name="android:paddingTop">46dip</item>
<item name="android:paddingBottom">26dip</item>
<item name="android:paddingStart">44dip</item>
<item name="android:paddingEnd">44dip</item>
- <item name="minTextSize">48sp</item>
- <item name="maxTextSize">80sp</item>
- <item name="stepTextSize">8sp</item>
+ <item name="android:textSize">48sp</item>
</style>
<style name="DisplayEditTextStyle.Result">