1
0
Fork 0

fixed the 'SoftKeyXXX can only be used with a Theme.AppCompat theme (or descendant)' error

This commit is contained in:
sspanak 2024-07-18 16:42:59 +03:00 committed by Dimo Karaivanov
parent df4ec5478f
commit 57d7fc4a1f
3 changed files with 12 additions and 4 deletions

View file

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