We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87144fd commit 4ee29f3Copy full SHA for 4ee29f3
AndroidManifest.xml
@@ -8,7 +8,7 @@
8
</intent-filter>
9
<meta-data android:name="android.view.im" android:resource="@xml/method"/>
10
</service>
11
- <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">
12
<intent-filter>
13
<action android:name="android.intent.action.MAIN"/>
14
0 commit comments