summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLinus Lee <llee@cyngn.com>2015-03-16 18:18:22 -0700
committerRohit Yengisetty <rohit@cyngn.com>2015-11-16 14:53:36 -0800
commit548cfe5a4c400b4d76fb15b0f9e47c8b513b81ec (patch)
treea25c3799745ee9d664df7752de7a9ace323cdd5e /res
parent76fa7c519f7db17c78dd5a2ac059d31fa4c36c8b (diff)
downloadpackages_apps_PhoneCommon-548cfe5a4c400b4d76fb15b0f9e47c8b513b81ec.tar.gz
packages_apps_PhoneCommon-548cfe5a4c400b4d76fb15b0f9e47c8b513b81ec.tar.bz2
packages_apps_PhoneCommon-548cfe5a4c400b4d76fb15b0f9e47c8b513b81ec.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: I4bd4897a0284b9319eac4116722edd11dad13e5b
Diffstat (limited to 'res')
-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>