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,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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue