summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp-land
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2014-09-03 10:26:37 -0700
committerJustin Klaassen <justinklaassen@google.com>2014-09-03 10:26:37 -0700
commitacfc688f7b0d107fff73d594b1372a0da662aa4a (patch)
tree8740aa18356930a7c0758142ecbecbd87714dc46 /res/values-sw600dp-land
parent06360f9211fc2c6df4c5749bebb65202e1bb12a8 (diff)
downloadandroid_packages_apps_ExactCalculator-acfc688f7b0d107fff73d594b1372a0da662aa4a.tar.gz
android_packages_apps_ExactCalculator-acfc688f7b0d107fff73d594b1372a0da662aa4a.tar.bz2
android_packages_apps_ExactCalculator-acfc688f7b0d107fff73d594b1372a0da662aa4a.zip
Update display metrics for 7" tablets
Bug: 17342835 - Update the formula text size and padding for sw600dp-land to be proportional with mobile landscape metrics. Change-Id: I5c0484cc9ee9e11f78071a9843a62f3c4ab3e825
Diffstat (limited to 'res/values-sw600dp-land')
-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">