Use the Material theme for the settings activity

This is a dark theme. It's probably better than the default theme for
most users.
This commit is contained in:
Jules Aguillon 2022-02-27 18:31:17 +01:00
parent 87144fd3a8
commit 4ee29f355e

View File

@ -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>