change the default keyboard background color to darker

This commit is contained in:
tibbi
2022-01-07 20:07:26 +01:00
parent 495ffe16c3
commit f6f260cb8e

View File

@ -1,8 +1,7 @@
<com.simplemobiletools.keyboard.views.MyKeyboardView xmlns:android="http://schemas.android.com/apk/res/android" <com.simplemobiletools.keyboard.views.MyKeyboardView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/keyboard_view" android:id="@+id/keyboard_view"
style="@style/Widget.KeyboardView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:background="@color/default_background_color" android:background="@color/md_grey_800_dark" />
style="@style/Widget.KeyboardView"
android:keyPreviewLayout="@layout/keyboard_key_preview" />