diff options
| author | Jules Aguillon | 2021-12-28 19:12:50 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2021-12-28 19:12:50 +0100 |
| commit | 40b1ec63a932606fb432ee81801acf147e9ee70e (patch) | |
| tree | 8215f0203f449be7b1d2f06199f4ae726e3edd6c /res/layout/keyboard.xml | |
| parent | 93704cca0ace3bff31dea5d3841ba185ad89398a (diff) | |
| download | unexpected-keyboard-40b1ec63a932606fb432ee81801acf147e9ee70e.tar.gz unexpected-keyboard-40b1ec63a932606fb432ee81801acf147e9ee70e.zip | |
Use the themes abstraction
Themes replace 'colors.xml' and soon will replace 'dimens.xml'.
Diffstat (limited to 'res/layout/keyboard.xml')
| -rw-r--r-- | res/layout/keyboard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/keyboard.xml b/res/layout/keyboard.xml index 43b3e47..b15f6d0 100644 --- a/res/layout/keyboard.xml +++ b/res/layout/keyboard.xml @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="utf-8"?> -<juloo.keyboard2.Keyboard2View xmlns:android="http://schemas.android.com/apk/res/android" android:background="@color/bg" android:hardwareAccelerated="false"/> +<juloo.keyboard2.Keyboard2View xmlns:android="http://schemas.android.com/apk/res/android" android:hardwareAccelerated="false" android:theme="@style/Dark" android:background="?attr/colorKeyboard"/> |
