diff options
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/layout/dictionary_line.xml | 2 | ||||
-rw-r--r-- | java/res/layout/setup_welcome_video.xml | 6 | ||||
-rw-r--r-- | java/res/values/strings.xml | 9 | ||||
-rw-r--r-- | java/res/xml/spellchecker.xml | 2 |
4 files changed, 6 insertions, 13 deletions
diff --git a/java/res/layout/dictionary_line.xml b/java/res/layout/dictionary_line.xml index 428a3a139..26924a52d 100644 --- a/java/res/layout/dictionary_line.xml +++ b/java/res/layout/dictionary_line.xml @@ -78,6 +78,8 @@ <com.android.inputmethod.dictionarypack.ButtonSwitcher android:id="@+android:id/wordlist_button_switcher" android:layout_weight="0" + android:layout_marginStart="13dip" + android:layout_marginLeft="13dip" android:layout_width="wrap_content" android:layout_height="wrap_content"> <Button diff --git a/java/res/layout/setup_welcome_video.xml b/java/res/layout/setup_welcome_video.xml index 09cef988b..3cc5f2122 100644 --- a/java/res/layout/setup_welcome_video.xml +++ b/java/res/layout/setup_welcome_video.xml @@ -22,7 +22,9 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:orientation="horizontal"> + android:orientation="horizontal" + android:paddingTop="@dimen/setup_welcome_video_vertical_margin" + android:paddingBottom="@dimen/setup_welcome_video_vertical_margin"> <View android:layout_weight="@integer/setup_welcome_video_left_padding_weight_in_screen" android:layout_width="0dp" @@ -31,8 +33,6 @@ android:id="@+id/setup_welcome_video" android:background="@color/setup_background" android:layout_weight="@integer/setup_welcome_video_weight_in_screen" - android:layout_marginTop="@dimen/setup_welcome_video_vertical_margin" - android:layout_marginBottom="@dimen/setup_welcome_video_vertical_margin" android:layout_width="0dp" android:layout_height="wrap_content" /> <View diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index a5567daa7..85abb08fe 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -559,15 +559,6 @@ Tip: You can download and remove dictionaries by going to <b>Language & i <string name="version_text">Version <xliff:g id="version_number" example="1.0.1864.643521">%1$s</xliff:g></string> <!-- User dictionary settings --> - <!-- User dictionary settings, The titlebar text of the User dictionary settings screen. --> - <!-- This resource is corresponding to msgid="765659257455000490" --> - <string name="user_dict_settings_titlebar">User dictionary</string> - <!-- User dictionary settings, The title of the list item to go into the User dictionary settings screen when there is only one user dictionary. [CHAR LIMIT=35] --> - <!-- This resource is corresponding to msgid="524997218433540614" --> - <string name="user_dict_single_settings_title">Personal dictionary</string> - <!-- User dictionary settings, The title of the list item to go into the User dictionary list when there are several user dictionaries. [CHAR LIMIT=35] --> - <!-- This resource is corresponding to msgid="3735224433307996276" --> - <string name="user_dict_multiple_settings_title">Personal dictionaries</string> <!-- User dictionary settings. The summary of the listem item to go into the User dictionary settings screen. --> <string name="user_dict_settings_summary" translatable="false">""</string> <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. --> diff --git a/java/res/xml/spellchecker.xml b/java/res/xml/spellchecker.xml index 813319c7b..13e6132f1 100644 --- a/java/res/xml/spellchecker.xml +++ b/java/res/xml/spellchecker.xml @@ -21,7 +21,7 @@ for the spell checker --> <spell-checker xmlns:android="http://schemas.android.com/apk/res/android" - android:label="@string/aosp_spell_checker_service_name" + android:label="@string/spell_checker_service_name" android:settingsActivity="com.android.inputmethod.latin.spellcheck.SpellCheckerSettingsActivity"> <subtype android:label="@string/subtype_generic" |