mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-01-31 10:24:45 +01:00
change the default keyboard background color to darker
This commit is contained in:
parent
495ffe16c3
commit
f6f260cb8e
@ -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…
x
Reference in New Issue
Block a user