1
0
Fork 0

the keyboard now uses the Material 3 theme and follows the system Dynamic Colors on Android >= 12

This commit is contained in:
sspanak 2025-01-30 13:29:22 +02:00 committed by Dimo Karaivanov
parent e910ef36c9
commit a0d59f0293
10 changed files with 144 additions and 40 deletions

View 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>