aboutsummaryrefslogtreecommitdiffstats
path: root/java/AndroidManifest.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-06-19 17:47:11 -0700
committerTadashi G. Takaoka <takaoka@google.com>2014-06-22 22:37:26 -0700
commit339929ba16e4f68fb216ebe49dd3575e563ee8ab (patch)
tree982c479fe78e160acdc7158abe5c84b17d0cc905 /java/AndroidManifest.xml
parent593fe9b0cfcd5ffd0a33e3260358b192997d8347 (diff)
downloadlatinime-339929ba16e4f68fb216ebe49dd3575e563ee8ab.tar.gz
latinime-339929ba16e4f68fb216ebe49dd3575e563ee8ab.tar.xz
latinime-339929ba16e4f68fb216ebe49dd3575e563ee8ab.zip
Reorganize Keyboard settings screen
This CL must be checked in together with I6ebfbeb4e8. Bug: 11866784 Bug: 15781377 Bug: 13888366 Change-Id: I57d47ab174d03121a604fd0dbf553795de0ab9b8
Diffstat (limited to 'java/AndroidManifest.xml')
-rw-r--r--java/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml
index 6f4e602ce..5d8ef43f5 100644
--- a/java/AndroidManifest.xml
+++ b/java/AndroidManifest.xml
@@ -86,7 +86,7 @@
</receiver>
<activity android:name=".settings.SettingsActivity"
- android:theme="@style/platformActivityTheme"
+ android:theme="@style/platformSettingsTheme"
android:label="@string/english_ime_settings"
android:uiOptions="splitActionBarWhenNarrow">
<intent-filter>
@@ -95,7 +95,7 @@
</activity>
<activity android:name=".spellcheck.SpellCheckerSettingsActivity"
- android:theme="@style/platformActivityTheme"
+ android:theme="@style/platformSettingsTheme"
android:label="@string/android_spell_checker_settings">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -103,7 +103,7 @@
</activity>
<activity android:name=".settings.DebugSettingsActivity"
- android:theme="@style/platformActivityTheme"
+ android:theme="@style/platformSettingsTheme"
android:label="@string/english_ime_debug_settings">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -150,7 +150,7 @@
</receiver>
<activity android:name="com.android.inputmethod.dictionarypack.DictionarySettingsActivity"
- android:theme="@style/platformActivityTheme"
+ android:theme="@style/platformSettingsTheme"
android:label="@string/dictionary_settings_title"
android:uiOptions="splitActionBarWhenNarrow">
<intent-filter>