summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2011-07-12 17:34:22 -0700
committerAlan Viverette <alanv@google.com>2011-07-12 17:34:22 -0700
commitd21bfa152460c10e920bbb42a20c620e6195b923 (patch)
tree91c74170f5528f0281d1d89aaa542e9c805da331 /res/values-sw600dp
parent078b435743bf7f42feb140de287b70685cfcb7a8 (diff)
downloadpackages_apps_Settings-d21bfa152460c10e920bbb42a20c620e6195b923.zip
packages_apps_Settings-d21bfa152460c10e920bbb42a20c620e6195b923.tar.gz
packages_apps_Settings-d21bfa152460c10e920bbb42a20c620e6195b923.tar.bz2
Added touch exploration tutorial to Accessibility settings.
Change-Id: Ic11f7c41e40de2b32f5815dbc3396a308c451c5b
Diffstat (limited to 'res/values-sw600dp')
-rw-r--r--res/values-sw600dp/colors.xml22
-rwxr-xr-xres/values-sw600dp/dimens.xml6
-rw-r--r--res/values-sw600dp/styles.xml18
3 files changed, 24 insertions, 22 deletions
diff --git a/res/values-sw600dp/colors.xml b/res/values-sw600dp/colors.xml
deleted file mode 100644
index 4447333..0000000
--- a/res/values-sw600dp/colors.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
- * Copyright (C) 2010 Google Inc.
- *
- * 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>
- <color name="divider_color">#20ffffff</color>
-</resources>
diff --git a/res/values-sw600dp/dimens.xml b/res/values-sw600dp/dimens.xml
index bc9f18d..9469a99 100755
--- a/res/values-sw600dp/dimens.xml
+++ b/res/values-sw600dp/dimens.xml
@@ -18,4 +18,10 @@
<dimen name="screen_margin_sides">40dip</dimen>
<dimen name="datetime_margin_top">40dip</dimen>
<dimen name="datetime_margin_bottom">40dip</dimen>
+ <dimen name="app_icon_size">72dip</dimen>
+ <dimen name="screen_margin_top">48dip</dimen>
+ <dimen name="screen_margin_bottom">48dip</dimen>
+ <dimen name="title_height">48dip</dimen>
+ <dimen name="content_margin_left">16dip</dimen>
+ <dimen name="description_margin_top">26dip</dimen>
</resources>
diff --git a/res/values-sw600dp/styles.xml b/res/values-sw600dp/styles.xml
index 1e99e45..3403f3e 100644
--- a/res/values-sw600dp/styles.xml
+++ b/res/values-sw600dp/styles.xml
@@ -58,4 +58,22 @@
<item name="android:textSize">20sp</item>
</style>
+ <style name="AccessibilityTutorialTitle" parent="@android:style/TextAppearance.Large">
+ <item name="android:textColor">@color/title_color</item>
+ </style>
+
+ <style name="AccessibilityTutorialButton">
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:minWidth">208dip</item>
+ <item name="android:layout_height">48dip</item>
+ <item name="android:paddingTop">0dip</item>
+ <item name="android:paddingLeft">0dip</item>
+ <item name="android:paddingRight">0dip</item>
+ <item name="android:paddingBottom">0dip</item>
+ <item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
+ <item name="android:textSize">20dip</item>
+ </style>
+
+ <style name="AccessibilityTutorialBodyTextPrimary" parent="@android:style/TextAppearance.Medium">
+ </style>
</resources>