summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Lee <llee@cyngn.com>2015-03-16 18:18:22 -0700
committerLinus Lee <llee@cyngn.com>2015-03-17 21:23:58 +0000
commit57a2e66423df853a3769af4156298a8d680c0013 (patch)
tree3cf450ec4913adc2ec54d77a25ad05848588bd20
parent0fb0068cce9d443be1d96bdf9df2ca6c1d2d5727 (diff)
downloadandroid_packages_apps_PhoneCommon-stable/cm-12.0-YNG1TA.tar.gz
android_packages_apps_PhoneCommon-stable/cm-12.0-YNG1TA.tar.bz2
android_packages_apps_PhoneCommon-stable/cm-12.0-YNG1TA.zip
PhoneCommon: Adjust dimens for hdpistable/cm-12.0-YNG1TA
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 (cherry picked from commit a3ac20d162bd67c9140b2afcc41cf35266105f1d)
-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>