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-16 19:54:39 -0700
commita3ac20d162bd67c9140b2afcc41cf35266105f1d (patch)
treec89c0dbff10e773b663b3db45125980ed7cd4390
parent0437e2cb60a677c0f64ddabd47ea5499df7ee955 (diff)
downloadpackages_apps_PhoneCommon-a3ac20d162bd67c9140b2afcc41cf35266105f1d.tar.gz
packages_apps_PhoneCommon-a3ac20d162bd67c9140b2afcc41cf35266105f1d.tar.bz2
packages_apps_PhoneCommon-a3ac20d162bd67c9140b2afcc41cf35266105f1d.zip
PhoneCommon: Adjust dimens for hdpi
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>