summaryrefslogtreecommitdiffstats
path: root/res/values-sw800dp-port
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2011-05-26 13:26:47 -0700
committerMichael Chan <mchan@android.com>2011-05-26 17:40:22 -0700
commit365083a83f88d75e8637403e781be4bbc2c7ea67 (patch)
tree94bd2153a3aa88f435b854dec20719eb9721b339 /res/values-sw800dp-port
parentd719cc957296be4c41a147c68df5d188938ba705 (diff)
downloadandroid_packages_apps_ExactCalculator-365083a83f88d75e8637403e781be4bbc2c7ea67.tar.gz
android_packages_apps_ExactCalculator-365083a83f88d75e8637403e781be4bbc2c7ea67.tar.bz2
android_packages_apps_ExactCalculator-365083a83f88d75e8637403e781be4bbc2c7ea67.zip
7in fixes for Calculator
1) Fix spacing 2) Hide ime The change is smaller than it looks. Some padding were pulled out to the styles.xml. Bug:4478389 Bug:4082260 Change-Id: I98440dc73157dfe30f60ac328c1244fa65723e80
Diffstat (limited to 'res/values-sw800dp-port')
-rw-r--r--res/values-sw800dp-port/styles.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/values-sw800dp-port/styles.xml b/res/values-sw800dp-port/styles.xml
new file mode 100644
index 0000000..a6b181e
--- /dev/null
+++ b/res/values-sw800dp-port/styles.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <dimen name="left_right_padding">32sp</dimen>
+ <dimen name="top_bottom_padding">64sp</dimen>
+ <dimen name="group_padding">72sp</dimen>
+</resources>