diff options
author | 2014-09-12 12:24:32 +0900 | |
---|---|---|
committer | 2014-09-12 02:00:26 -0700 | |
commit | 3a90cb9ad00150b1a557c67c280eba296cebc625 (patch) | |
tree | 8eef709917495ba790321d1d76bbc5e51537bc4c /java/res/xml/prefs_screen_theme.xml | |
parent | 64dd48e381266ac63a2b9d6145040191bacdae10 (diff) | |
download | latinime-3a90cb9ad00150b1a557c67c280eba296cebc625.tar.gz latinime-3a90cb9ad00150b1a557c67c280eba296cebc625.tar.xz latinime-3a90cb9ad00150b1a557c67c280eba296cebc625.zip |
Reorganize settings in Google Keyboard
Changes :
Input languages -> Languages
Input preferences -> Preferences
Multi lingual Options -> Multilingual Options
Keyboard Theme -> Theme
Gesture typing preferences -> Gesture typing
**New
Appearance
-> Theme
-> Custom input style
**Removed
Multilingual options from L dynamically
Bug: 11866784
Change-Id: I07404c27868e1b087b0cafb63d2031a5b493a885
Diffstat (limited to 'java/res/xml/prefs_screen_theme.xml')
-rw-r--r-- | java/res/xml/prefs_screen_theme.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml/prefs_screen_theme.xml b/java/res/xml/prefs_screen_theme.xml index b49f0bea6..677a6ea3b 100644 --- a/java/res/xml/prefs_screen_theme.xml +++ b/java/res/xml/prefs_screen_theme.xml @@ -17,7 +17,7 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" - android:title="@string/keyboard_theme" + android:title="@string/settings_screen_theme" android:key="screen_theme"> <!-- Keyboard theme list will be populated programmatically here. --> </PreferenceScreen> |