abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorJules Aguillon2022-02-27 18:31:17 +0100
committerJules Aguillon2022-02-27 18:31:17 +0100
commit4ee29f355eb4a08d28782c6d92e3f0525b0c6d37 (patch)
tree835c22b571f2e4ec90191f570ac06b5e64ee3eb8
parent87144fd3a81a32e776beb85cae9046f715949995 (diff)
downloadunexpected-keyboard-4ee29f355eb4a08d28782c6d92e3f0525b0c6d37.tar.gz
unexpected-keyboard-4ee29f355eb4a08d28782c6d92e3f0525b0c6d37.zip
Use the Material theme for the settings activity
This is a dark theme. It's probably better than the default theme for most users.
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e85abba..0fb50ef 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -8,7 +8,7 @@
</intent-filter>
<meta-data android:name="android.view.im" android:resource="@xml/method"/>
</service>
- <activity android:name="juloo.keyboard2.SettingsActivity" android:icon="@drawable/ic_launcher" android:label="@string/settings_activity_label">
+ <activity android:name="juloo.keyboard2.SettingsActivity" android:icon="@drawable/ic_launcher" android:label="@string/settings_activity_label" android:theme="@style/android:Theme.Material">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>