diff options
author | nebkat <nebkat@gmail.com> | 2013-07-23 17:08:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-07-23 17:08:20 +0000 |
commit | 06a8d76b128f9147b605075bdadce462f0c1b7d0 (patch) | |
tree | 49e8497cb822387af1c0f760e7b048bbcf1fd5b1 | |
parent | 247aa3fbec78d40973ee1529f570732cc0c5ad92 (diff) | |
parent | 6831a8b4b2c186bdea082539dabe3a6387c4702a (diff) | |
download | packages_apps_trebuchet-06a8d76b128f9147b605075bdadce462f0c1b7d0.zip packages_apps_trebuchet-06a8d76b128f9147b605075bdadce462f0c1b7d0.tar.gz packages_apps_trebuchet-06a8d76b128f9147b605075bdadce462f0c1b7d0.tar.bz2 |
Merge "Trebuchet: Fix MDPI layout" into cm-10.1
-rw-r--r-- | res/values-mdpi/dimens.xml | 22 |
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 0000000..c087ddf --- /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> |