change the default keyboard background color to darker
This commit is contained in:
parent
495ffe16c3
commit
f6f260cb8e
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
<com.simplemobiletools.keyboard.views.MyKeyboardView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/keyboard_view"
|
||||
style="@style/Widget.KeyboardView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:background="@color/default_background_color"
|
||||
style="@style/Widget.KeyboardView"
|
||||
android:keyPreviewLayout="@layout/keyboard_key_preview" />
|
||||
android:background="@color/md_grey_800_dark" />
|
||||
|
|
Loading…
Reference in a new issue