diff options
author | Danesh M <daneshm90@gmail.com> | 2015-01-18 00:33:00 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-11-05 17:30:47 -0800 |
commit | 197ae04ffdfea8e476336a450cc413f845ca10fc (patch) | |
tree | 53ffe2945c89303622f14bcac0a07cbac3dc2f02 /packages/SystemUI/res/values-land | |
parent | 4ba410a36b3db5d1b4dc45145371a14b45eb8edd (diff) | |
download | frameworks_base-197ae04ffdfea8e476336a450cc413f845ca10fc.zip frameworks_base-197ae04ffdfea8e476336a450cc413f845ca10fc.tar.gz frameworks_base-197ae04ffdfea8e476336a450cc413f845ca10fc.tar.bz2 |
SystemUI: Lockscreen shortcut customization
Change-Id: I4abf1deed0a342e111453516fa7820191a55ffc4
Diffstat (limited to 'packages/SystemUI/res/values-land')
-rw-r--r-- | packages/SystemUI/res/values-land/cm_dimens.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-land/cm_dimens.xml b/packages/SystemUI/res/values-land/cm_dimens.xml new file mode 100644 index 0000000..e996f02 --- /dev/null +++ b/packages/SystemUI/res/values-land/cm_dimens.xml @@ -0,0 +1,21 @@ +<?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="phone_height">210dp</dimen> + <dimen name="phone_width">420dp</dimen> +</resources> |