summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRohit Yengisetty <rohit@cyngn.com>2015-05-27 09:53:28 -0700
committerNir Bruderman <nbruderman@gmail.com>2015-05-27 20:21:32 +0000
commit5032ee90f7f2ba1ebcea9e9beb7ae5f952f1b824 (patch)
tree9d1dd9a0e673e3bd74c2b46b80e6289cd533837c
parenta7081fab47d4a5775c626eaa5af54b51f5e3f6a7 (diff)
downloadpackages_apps_PhoneCommon-5032ee90f7f2ba1ebcea9e9beb7ae5f952f1b824.tar.gz
packages_apps_PhoneCommon-5032ee90f7f2ba1ebcea9e9beb7ae5f952f1b824.tar.bz2
packages_apps_PhoneCommon-5032ee90f7f2ba1ebcea9e9beb7ae5f952f1b824.zip
PhoneCommon : Add layouts to support hdpi devices
Change-Id: Ie3b0061eb33fc307e2ab4088861be6f7d90b2ba8 (cherry picked from commit b9f00e248920ce9d8148e3d056e7d97a00e95c55)
-rw-r--r--res/values-land-hdpi/dimens.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/values-land-hdpi/dimens.xml b/res/values-land-hdpi/dimens.xml
new file mode 100644
index 0000000..1aa383c
--- /dev/null
+++ b/res/values-land-hdpi/dimens.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2015 The CyanogenMod 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_key_numbers_default_size_land_hdpi">20sp</dimen>
+ <dimen name="dialpad_key_numbers_size">@dimen/dialpad_key_numbers_default_size_land_hdpi</dimen>
+ <dimen name="dialpad_key_pound_size">@dimen/dialpad_key_numbers_default_size_land_hdpi</dimen>
+ <dimen name="dialpad_key_star_size">@dimen/dialpad_key_numbers_default_size_land_hdpi</dimen>
+
+ <dimen name="dialpad_key_letters_size">10sp</dimen>
+
+</resources>