summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornebkat <nebkat@gmail.com>2013-07-23 17:08:20 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-07-23 17:08:20 +0000
commit06a8d76b128f9147b605075bdadce462f0c1b7d0 (patch)
tree49e8497cb822387af1c0f760e7b048bbcf1fd5b1
parent247aa3fbec78d40973ee1529f570732cc0c5ad92 (diff)
parent6831a8b4b2c186bdea082539dabe3a6387c4702a (diff)
downloadandroid_packages_apps_Trebuchet-06a8d76b128f9147b605075bdadce462f0c1b7d0.tar.gz
android_packages_apps_Trebuchet-06a8d76b128f9147b605075bdadce462f0c1b7d0.tar.bz2
android_packages_apps_Trebuchet-06a8d76b128f9147b605075bdadce462f0c1b7d0.zip
Merge "Trebuchet: Fix MDPI layout" into cm-10.1
-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>