Skip to content

Commit 4ee29f3

Browse files
committed
Use the Material theme for the settings activity
This is a dark theme. It's probably better than the default theme for most users.
1 parent 87144fd commit 4ee29f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</intent-filter>
99
<meta-data android:name="android.view.im" android:resource="@xml/method"/>
1010
</service>
11-
<activity android:name="juloo.keyboard2.SettingsActivity" android:icon="@drawable/ic_launcher" android:label="@string/settings_activity_label">
11+
<activity android:name="juloo.keyboard2.SettingsActivity" android:icon="@drawable/ic_launcher" android:label="@string/settings_activity_label" android:theme="@style/android:Theme.Material">
1212
<intent-filter>
1313
<action android:name="android.intent.action.MAIN"/>
1414
</intent-filter>

0 commit comments

Comments
 (0)