summaryrefslogtreecommitdiffstats
path: root/res/values-w520dp-h768dp-port
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2016-08-03 00:41:31 -0700
committerJustin Klaassen <justinklaassen@google.com>2016-08-03 00:49:10 -0700
commitd06f51dc5f5e613354b767adcc02bc0b5d246b63 (patch)
treef3a7a500a81647b8113d50283e1a645eb5864256 /res/values-w520dp-h768dp-port
parent5c3549bd84dfc1e36a93f20bfc4dd878511eb48c (diff)
downloadandroid_packages_apps_ExactCalculator-d06f51dc5f5e613354b767adcc02bc0b5d246b63.tar.gz
android_packages_apps_ExactCalculator-d06f51dc5f5e613354b767adcc02bc0b5d246b63.tar.bz2
android_packages_apps_ExactCalculator-d06f51dc5f5e613354b767adcc02bc0b5d246b63.zip
Polish layout configurations
Bug: 30089158 - Match previous fullscreen layouts on supported devices. - Prevent clipping in some MW layouts. - Experimental support for freeform: adb shell settings put global enable_freeform_support 1 Change-Id: Ia6568d337709fa1b1420d88cb3c701e048ce7a25
Diffstat (limited to 'res/values-w520dp-h768dp-port')
-rw-r--r--res/values-w520dp-h768dp-port/layout.xml2
-rw-r--r--res/values-w520dp-h768dp-port/styles.xml9
2 files changed, 2 insertions, 9 deletions
diff --git a/res/values-w520dp-h768dp-port/layout.xml b/res/values-w520dp-h768dp-port/layout.xml
index 80633ce..98db0fe 100644
--- a/res/values-w520dp-h768dp-port/layout.xml
+++ b/res/values-w520dp-h768dp-port/layout.xml
@@ -20,4 +20,4 @@
<item name="display" type="layout">@layout/display_two_line</item>
<item name="pad_advanced" type="layout">@layout/pad_advanced_5x3</item>
<item name="pad_operator" type="layout">@layout/pad_operator_two_col</item>
-</resources> \ No newline at end of file
+</resources>
diff --git a/res/values-w520dp-h768dp-port/styles.xml b/res/values-w520dp-h768dp-port/styles.xml
index 8e1ba60..4d5e2db 100644
--- a/res/values-w520dp-h768dp-port/styles.xml
+++ b/res/values-w520dp-h768dp-port/styles.xml
@@ -75,7 +75,6 @@
<style name="PadLayoutStyle.Numeric">
<item name="android:layout_width">0dip</item>
<item name="android:layout_weight">500</item>
- <item name="android:layout_height">match_parent</item>
<item name="android:paddingTop">8dip</item>
<item name="android:paddingBottom">8dip</item>
<item name="android:paddingStart">16dip</item>
@@ -85,16 +84,10 @@
<style name="PadLayoutStyle.Operator">
<item name="android:layout_width">0dip</item>
<item name="android:layout_weight">264</item>
- <item name="android:layout_height">match_parent</item>
<item name="android:paddingTop">8dip</item>
<item name="android:paddingBottom">8dip</item>
<item name="android:paddingStart">8dip</item>
<item name="android:paddingEnd">8dip</item>
</style>
- <style name="DisplayLayoutStyle">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">wrap_content</item>
- </style>
-
-</resources> \ No newline at end of file
+</resources>