diff options
author | 2014-06-27 12:56:17 +0000 | |
---|---|---|
committer | 2014-06-27 12:56:17 +0000 | |
commit | 938bb4a4d50114eb741a128f7a75d50f1af55869 (patch) | |
tree | 27c05fd6e39fa0351c617aea7d9a16fae5ebcab5 /java/AndroidManifest.xml | |
parent | 80c47b2f7961a5a8de1c6ec5751c04d15d42122a (diff) | |
download | latinime-938bb4a4d50114eb741a128f7a75d50f1af55869.tar.gz latinime-938bb4a4d50114eb741a128f7a75d50f1af55869.tar.xz latinime-938bb4a4d50114eb741a128f7a75d50f1af55869.zip |
Revert "Use Settings app's theme for L and later"
This reverts commit 80c47b2f7961a5a8de1c6ec5751c04d15d42122a.
Change-Id: I69619bd9856d4133794597a0cf81cc121e3a7887
Diffstat (limited to 'java/AndroidManifest.xml')
-rw-r--r-- | java/AndroidManifest.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml index 5d8ef43f5..6f4e602ce 100644 --- a/java/AndroidManifest.xml +++ b/java/AndroidManifest.xml @@ -86,7 +86,7 @@ </receiver> <activity android:name=".settings.SettingsActivity" - android:theme="@style/platformSettingsTheme" + android:theme="@style/platformActivityTheme" android:label="@string/english_ime_settings" android:uiOptions="splitActionBarWhenNarrow"> <intent-filter> @@ -95,7 +95,7 @@ </activity> <activity android:name=".spellcheck.SpellCheckerSettingsActivity" - android:theme="@style/platformSettingsTheme" + android:theme="@style/platformActivityTheme" 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/platformSettingsTheme" + android:theme="@style/platformActivityTheme" 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/platformSettingsTheme" + android:theme="@style/platformActivityTheme" android:label="@string/dictionary_settings_title" android:uiOptions="splitActionBarWhenNarrow"> <intent-filter> |