summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Lee <llee@cyngn.com>2015-03-16 18:18:22 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-04-20 22:45:21 +0000
commit1c225a1866f773bff3e42c41cfd0cf0baa4502e2 (patch)
tree380ca5644b250bb7b9aadf0cb84fb35ac0d659d5
parentd69a3c295f3f3c72f5433c7193098d14d86053da (diff)
downloadandroid_packages_apps_PhoneCommon-stable/cm-12.1-YOG3C.tar.gz
android_packages_apps_PhoneCommon-stable/cm-12.1-YOG3C.tar.bz2
android_packages_apps_PhoneCommon-stable/cm-12.1-YOG3C.zip
PhoneCommon: Adjust dimens for hdpistable/cm-12.1-YOG3C
The spacing for the dial pad is too small, so create some more space by decreasing the whitespace between the dial pad at the top bar Change-Id: I2775ce417b53f7a69abeb3b8919169024a7714dd
-rw-r--r--res/values-hdpi/dimens.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values-hdpi/dimens.xml b/res/values-hdpi/dimens.xml
new file mode 100644
index 0000000..7982e58
--- /dev/null
+++ b/res/values-hdpi/dimens.xml
@@ -0,0 +1,19 @@
+<!--
+ ~ Copyright (C) 2012 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="dialpad_space_above_keys">6dp</dimen>
+</resources>