summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpcfighter <pcfighter@iof303.pnap.ioflood.com>2013-05-31 04:17:48 -0700
committerMichael Bestas <mikeioannina@gmail.com>2013-06-04 04:07:45 +0300
commit6831a8b4b2c186bdea082539dabe3a6387c4702a (patch)
tree8a9951235de3a7f1980b7915479c80330e1a07be
parent4650788ace0705f7dd49dd6c4a472365baa0ec09 (diff)
downloadandroid_packages_apps_Trebuchet-6831a8b4b2c186bdea082539dabe3a6387c4702a.tar.gz
android_packages_apps_Trebuchet-6831a8b4b2c186bdea082539dabe3a6387c4702a.tar.bz2
android_packages_apps_Trebuchet-6831a8b4b2c186bdea082539dabe3a6387c4702a.zip
Trebuchet: Fix MDPI layout
Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I839e6bfa7166dd2e234a5cdbcf53c4eee2abc62b
-rw-r--r--res/values-mdpi/dimens.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/values-mdpi/dimens.xml b/res/values-mdpi/dimens.xml
new file mode 100644
index 000000000..c087ddf76
--- /dev/null
+++ b/res/values-mdpi/dimens.xml
@@ -0,0 +1,22 @@
+<?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>
+ <dimen name="workspace_width_gap_land">-1dp</dimen>
+ <dimen name="workspace_width_gap_port">-1dp</dimen>
+ <dimen name="workspace_height_gap_land">-1dp</dimen>
+ <dimen name="workspace_height_gap_port">-1dp</dimen>
+</resources>