summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp-land
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-11-06 21:08:31 -0800
committerMichael Jurka <mikejurka@google.com>2012-11-07 00:00:11 -0800
commita487bca4700a9dbd5d5d72913d0265ae86815edf (patch)
treef4dc5740e9a4438b495e67689b97104cb6bb8dd2 /res/values-sw600dp-land
parentc0fb8a399be0b3e4b365682c681ff24264bbef14 (diff)
downloadpackages_apps_Settings-a487bca4700a9dbd5d5d72913d0265ae86815edf.zip
packages_apps_Settings-a487bca4700a9dbd5d5d72913d0265ae86815edf.tar.gz
packages_apps_Settings-a487bca4700a9dbd5d5d72913d0265ae86815edf.tar.bz2
Updated layouts for keyguard widget picker
Bug: 7381803 Change-Id: I9a6a8fe3216002b486e7b6ddf7544d9fc4e73de8
Diffstat (limited to 'res/values-sw600dp-land')
-rwxr-xr-xres/values-sw600dp-land/dimens.xml2
-rw-r--r--res/values-sw600dp-land/styles.xml21
2 files changed, 23 insertions, 0 deletions
diff --git a/res/values-sw600dp-land/dimens.xml b/res/values-sw600dp-land/dimens.xml
index 994d4bb..c0a79ad 100755
--- a/res/values-sw600dp-land/dimens.xml
+++ b/res/values-sw600dp-land/dimens.xml
@@ -18,4 +18,6 @@
<dimen name="screen_margin_sides">128dip</dimen>
<dimen name="screen_margin_top">72dip</dimen>
<dimen name="screen_margin_bottom">48dip</dimen>
+ <dimen name="appwidget_preview_height">80dip</dimen>
+ <dimen name="keyguard_appwidget_picker_width">720dip</dimen>
</resources>
diff --git a/res/values-sw600dp-land/styles.xml b/res/values-sw600dp-land/styles.xml
new file mode 100644
index 0000000..645d1fe
--- /dev/null
+++ b/res/values-sw600dp-land/styles.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 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>
+ <style name="KeyguardAppWidgetItem">
+ <item name="android:textSize">18sp</item>
+ </style>
+</resources>