fixed the 'SoftKeyXXX can only be used with a Theme.AppCompat theme (or descendant)' error
This commit is contained in:
parent
df4ec5478f
commit
57d7fc4a1f
3 changed files with 12 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:tools="http://schemas.android.com/tools"
|
||||
android:versionCode="611"
|
||||
android:versionName="35.12"
|
||||
android:versionCode="609"
|
||||
android:versionName="35.10"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/> <!-- allows displaying notifications on Android >= 13 -->
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
<application
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.AppCompat.DayNight"
|
||||
android:theme="@style/TT9Theme"
|
||||
android:supportsRtl="true">
|
||||
|
||||
<service android:name="io.github.sspanak.tt9.ime.TraditionalT9" android:permission="android.permission.BIND_INPUT_METHOD"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue