summaryrefslogtreecommitdiffstats
path: root/res/values-sw320dp
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-02-06 01:46:05 +0200
committerMichael Bestas <mikeioannina@gmail.com>2014-02-08 09:54:34 +0000
commit8b033819e924234e40b7d5c46cb147b378179c0e (patch)
tree694d2a5d5cc8318adf0f3b43195c6a109112a0ce /res/values-sw320dp
parentee9d14e19c7f1bf37a435648d29eae4f1917e7f7 (diff)
downloadandroid_packages_apps_Trebuchet-8b033819e924234e40b7d5c46cb147b378179c0e.tar.gz
android_packages_apps_Trebuchet-8b033819e924234e40b7d5c46cb147b378179c0e.tar.bz2
android_packages_apps_Trebuchet-8b033819e924234e40b7d5c46cb147b378179c0e.zip
Trebuchet: Fix layout on sw320dp devices
Before: http://i.imgur.com/luxulCl.png After: http://i.imgur.com/Wvk1QQo.png Change-Id: I22f8bd02e1f135d8f8f062b34429d5230aac71e9
Diffstat (limited to 'res/values-sw320dp')
-rw-r--r--res/values-sw320dp/dimens.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values-sw320dp/dimens.xml b/res/values-sw320dp/dimens.xml
new file mode 100644
index 000000000..bcc465e94
--- /dev/null
+++ b/res/values-sw320dp/dimens.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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>
+ <!-- Workspace -->
+ <dimen name="overview_panel_bottom_padding">35dp</dimen>
+ <dimen name="overview_panel_button_spacing">15dp</dimen>
+</resources>