summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2012-05-21 14:11:33 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-21 14:11:33 -0700
commit84f56ca6ba37112935b6e88ea2bc8dbf80db1ba3 (patch)
tree05f5d7a890d6794610e66115664c63a7b51c51fa /res/values
parent172b6fe2534e6d979d909fdcb38366228a1f87df (diff)
parentc19be29cd7550411c83764b67e22e18065794342 (diff)
downloadpackages_apps_settings-84f56ca6ba37112935b6e88ea2bc8dbf80db1ba3.zip
packages_apps_settings-84f56ca6ba37112935b6e88ea2bc8dbf80db1ba3.tar.gz
packages_apps_settings-84f56ca6ba37112935b6e88ea2bc8dbf80db1ba3.tar.bz2
am c19be29c: am fc16237d: Merge "Removed Accessibility tutorial and orphaned resources." into jb-dev
* commit 'c19be29cd7550411c83764b67e22e18065794342': Removed Accessibility tutorial and orphaned resources.
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/dimens.xml1
-rw-r--r--res/values/strings.xml41
-rw-r--r--res/values/styles.xml34
-rw-r--r--res/values/themes.xml3
4 files changed, 0 insertions, 79 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index f0587c3..49474fa 100755
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -23,7 +23,6 @@
<dimen name="screen_margin_sides">64dip</dimen>
<dimen name="screen_margin_top">72dip</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>
<dimen name="description_margin_sides">40dip</dimen>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d457e13..e5f86c3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2890,8 +2890,6 @@
<!-- Title for accessibility menu item to lauch a settings activity. [CHAR LIMIT=15] -->
<string name="accessibility_menu_item_settings">Settings</string>
- <!-- Title for accessibility menu item to lauch a tutorial. [CHAR LIMIT=15] -->
- <string name="accessibility_menu_item_tutorial">Tutorial</string>
<!-- Summary for the enabled state of an accessiblity serivce. [CHAR LIMIT=10] -->
<string name="accessibility_service_state_on">On</string>
@@ -3921,45 +3919,6 @@
<!-- Alert dialog confirmation when removing a user CA certificate. -->
<string name="trusted_credentials_remove_confirmation">Permanently remove the user CA certificate?</string>
- <!-- Title for the touch exploration tutorial. [CHAR LIMIT=40] -->
- <string name="accessibility_tutorial_title">Accessibility tutorial</string>
- <!-- Button label to go to the next touch exploration tutorial lesson. [CHAR LIMIT=10] -->
- <string name="accessibility_tutorial_next">Next</string>
- <!-- Button label to go back to the previous touch explorationtutorial lesson. [CHAR LIMIT=10] -->
- <string name="accessibility_tutorial_back">Back</string>
- <!-- Button label to exit the touch explorationtutorial. [CHAR LIMIT=10] -->
- <string name="accessibility_tutorial_finish">Finish</string>
- <!-- Button label to skip the touch exploration tutorial. [CHAR LIMIT=10] -->
- <string name="accessibility_tutorial_skip">Skip tutorial</string>
-
- <!-- Title for touch exploration tutorial lesson 1. -->
- <string name="accessibility_tutorial_lesson_1_title">Lesson 1: Exploring the screen</string>
- <!-- Instruction for touch exploration tutorial lesson 1. "Explore by touch" should match the string for "Title for accessibility preference to enable touch exploration mode." -->
- <string name="accessibility_tutorial_lesson_1_text_1">When Explore by Touch is turned on, you can touch the screen to learn what\’s under your finger. For example, the current screen contains app icons. Find one of them by touching the screen and sliding your finger around.</string>
- <!-- Instruction for touch exploration tutorial lesson 1, displayed after the user touches one icon. -->
- <string name="accessibility_tutorial_lesson_1_text_2_more">Good. Keep sliding your finger around the screen until you find at least one more icon.</string>
- <!-- Instruction for touch exploration tutorial lesson 1, displayed after the user touches a second icon. -->
- <string name="accessibility_tutorial_lesson_1_text_3">To activate something that you\’re touching, tap it. Slide your finger until you find the icon for the <xliff:g id="app_name" example="Browser">%s</xliff:g>. Then tap the icon once to activate it.</string>
- <!-- Instruction for touch exploration tutorial lesson 1, displayed if the user touched the target area and stays inside it. -->
- <string name="accessibility_tutorial_lesson_1_text_4">Your finger is touching the <xliff:g id="app_name" example="Browser">%s</xliff:g> icon. Tap once to activate the icon.</string>
- <!-- Instruction for touch exploration tutorial lesson 1, displayed if the user touches inside the target area but moves outside. -->
- <string name="accessibility_tutorial_lesson_1_text_4_exited">Your finger moved over the <xliff:g id="app_name" example="Browser">%s</xliff:g> icon, and then moved away. Slowly slide your finger around the screen until you find the Browser icon again.</string>
- <!-- Instruction for touch exploration tutorial lesson 1, displayed after the user has tapped the target icon. -->
- <string name="accessibility_tutorial_lesson_1_text_5">Good. To move to the next lesson, find and activate the <xliff:g id="next" example="Next">%s</xliff:g> button, located near the bottom-right corner of the screen.</string>
-
- <!-- Title for touch exploration tutorial lesson 2. -->
- <string name="accessibility_tutorial_lesson_2_title">Lesson 2: Scrolling using two fingers</string>
- <!-- Instruction for touch exploration tutorial lesson 2. -->
- <string name="accessibility_tutorial_lesson_2_text_1">To scroll through a list, you can slide two fingers along the screen. For example, the current screen contains a list of app names that can scroll up or down. First, try to identify a few items in the list by sliding one finger around.</string>
- <!-- Instruction for touch exploration tutorial lesson 2, displayed after the user touches one list item. -->
- <string name="accessibility_tutorial_lesson_2_text_2_more">Good. Keep sliding your finger around to find at least one more item.</string>
- <!-- Instruction for touch exploration tutorial lesson 2, displayed after the user touches a second list item. -->
- <string name="accessibility_tutorial_lesson_2_text_3">Now place two fingers on an item in the list and slide both fingers up. If you reach the top of the screen, lift your fingers, place them lower on the list, and continue sliding up.</string>
- <!-- Instruction for touch exploration tutorial lesson 2, displayed after the user scrolls a small amount. -->
- <string name="accessibility_tutorial_lesson_2_text_3_more">Good. Keep sliding your fingers up to scroll some more.</string>
- <!-- Instruction for touch exploration tutorial lesson 2, displayed after the user has scrolled a large amount. -->
- <string name="accessibility_tutorial_lesson_2_text_4">You have completed the tutorial. To exit, find and touch the <xliff:g id="finish" example="Finish">%s</xliff:g> button.</string>
-
<!-- Title for spell checker settings -->
<string name="spellcheckers_settings_title">Spell checker</string>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 2370683..9af6c9e 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -182,40 +182,6 @@
<item name="android:widgetLayout">@layout/preference_inputmethod_widget</item>
</style>
- <style name="AccessibilityTutorialButton">
- <item name="android:layout_width">150dip</item>
- <item name="android:layout_height">wrap_content</item>
- <item name="android:layout_margin">5dip</item>
- <item name="android:drawablePadding">3dip</item>
- </style>
-
- <style name="AccessibilityTutorialDivider">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">2dip</item>
- <item name="android:gravity">fill_horizontal</item>
- <item name="android:background">@color/divider_color</item>
- </style>
-
- <style name="AccessibilityTutorialTitle" parent="@android:style/TextAppearance.Large">
- <item name="android:textColor">@color/title_color</item>
- </style>
-
- <style name="AccessibilityTutorialBodyTextPrimary" parent="@android:style/TextAppearance.Small">
- </style>
-
- <style name="AccessibilityTutorialIcon">
- <item name="android:layout_width">96dip</item>
- <item name="android:layout_height">96dip</item>
- <item name="android:layout_gravity">center</item>
- <item name="android:gravity">center_horizontal</item>
- <item name="android:singleLine">true</item>
- <item name="android:ellipsize">marquee</item>
- <item name="android:textSize">12dip</item>
- <item name="android:textColor">?android:attr/textColorPrimary</item>
- <item name="android:shadowRadius">2.0</item>
- <item name="android:shadowColor">#B0000000</item>
- </style>
-
<style name="TextAppearance.Switch" parent="@*android:style/TextAppearance.Holo.Widget.Switch">
<item name="android:textAllCaps">true</item>
</style>
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 2103de1..b5f8f64 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -19,7 +19,4 @@
<style name="Theme.WifiDialog" parent="@*android:style/Theme.Holo.Dialog.Alert">
<item name="android:windowSoftInputMode">adjustResize</item>
</style>
-
- <style name="Theme.AccessibilityTutorialActivity" parent="@android:style/Theme.Holo">
- </style>
</resources>