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,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="TT9Theme" parent="Theme.AppCompat.DayNight" />
<style name="hSeparator">
<item name="android:layout_height">match_parent</item>
<item name="android:layout_width">3dp</item>