Merge "[Step 1] Add preference activities for spell checkers"

This commit is contained in:
satok
2011-07-24 18:13:04 -07:00
committed by Android (Google) Code Review
13 changed files with 321 additions and 1 deletions

View File

@@ -3586,4 +3586,6 @@ found in the list of installed applications.</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 and return to the Talk As I Touch setting, find and tap the <xliff:g id="finish" example="Finish">%s</xliff:g> button.</string>
<!-- Title for spelling correction settings -->
<string name="spellcheckers_settings_title">Spelling correction</string>
</resources>

View File

@@ -158,7 +158,7 @@
<item name="android:layout">@layout/preference_inputmethod</item>
<item name="android:widgetLayout">@layout/preference_inputmethod_widget</item>
</style>
<style name="AcessibilityTutorialButton">
<item name="android:layout_width">150dip</item>
<item name="android:layout_height">wrap_content</item>