summaryrefslogtreecommitdiffstats
path: root/res/values-w240dp-watch/dimens_percent.xml
diff options
context:
space:
mode:
authorMichael Kwan <mkwan@google.com>2017-01-20 16:05:06 -0800
committerMichael Kwan <mkwan@google.com>2017-01-20 16:05:06 -0800
commit38a75aef5178bbcec5441c4d7a53257e650b2e21 (patch)
treeed164687aeb9e23ed4aa87233527f74a24b335a6 /res/values-w240dp-watch/dimens_percent.xml
parentb8e4193e57bcaca51b08a88f3a67ef1d0641b75a (diff)
downloadandroid_packages_apps_PackageInstaller-38a75aef5178bbcec5441c4d7a53257e650b2e21.tar.gz
android_packages_apps_PackageInstaller-38a75aef5178bbcec5441c4d7a53257e650b2e21.tar.bz2
android_packages_apps_PackageInstaller-38a75aef5178bbcec5441c4d7a53257e650b2e21.zip
Tweak resource selector to only pick width for watch percentage size.
Bug: 32643912 Change-Id: Ie6298f96448d97e49eab90d1e2271863cfd6bbd2
Diffstat (limited to 'res/values-w240dp-watch/dimens_percent.xml')
-rw-r--r--res/values-w240dp-watch/dimens_percent.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values-w240dp-watch/dimens_percent.xml b/res/values-w240dp-watch/dimens_percent.xml
new file mode 100644
index 00000000..ebc8c752
--- /dev/null
+++ b/res/values-w240dp-watch/dimens_percent.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2016 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="screen_percentage_05">12dp</dimen>
+ <dimen name="screen_percentage_10">24dp</dimen>
+ <dimen name="screen_percentage_12">28.8dp</dimen>
+ <dimen name="screen_percentage_15">36dp</dimen>
+</resources>