diff options
| author | Rohit Yengisetty <rohit@cyngn.com> | 2015-05-27 09:53:28 -0700 |
|---|---|---|
| committer | Danesh M <daneshm90@gmail.com> | 2015-05-27 20:15:07 +0000 |
| commit | b9f00e248920ce9d8148e3d056e7d97a00e95c55 (patch) | |
| tree | b17dfe383c62b491ec02763372d823f5497d243e | |
| parent | 75061f0bb8e434103e2a6ef7bfc18c79de5884ff (diff) | |
| download | packages_apps_PhoneCommon-b9f00e248920ce9d8148e3d056e7d97a00e95c55.tar.gz packages_apps_PhoneCommon-b9f00e248920ce9d8148e3d056e7d97a00e95c55.tar.bz2 packages_apps_PhoneCommon-b9f00e248920ce9d8148e3d056e7d97a00e95c55.zip | |
PhoneCommon : Add layouts to support hdpi devices
Change-Id: Ie3b0061eb33fc307e2ab4088861be6f7d90b2ba8
| -rw-r--r-- | res/values-land-hdpi/dimens.xml | 27 |
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> |
