the keyboard now uses the Material 3 theme and follows the system Dynamic Colors on Android >= 12
This commit is contained in:
parent
e910ef36c9
commit
a0d59f0293
10 changed files with 144 additions and 40 deletions
6
app/src/main/res/values-night-v35/colors.xml
Normal file
6
app/src/main/res/values-night-v35/colors.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="key_ok_background">@color/key_fn_background</color>
|
||||
<color name="key_ok_ripple">@color/key_fn_ripple</color>
|
||||
<color name="key_ok_text">@color/key_fn_text</color>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue