set keyboard color depending on the background color

This commit is contained in:
tibbi
2022-01-18 15:03:30 +01:00
parent 7e8ad83fcc
commit 895c95ce93
4 changed files with 19 additions and 23 deletions

View File

@@ -1,14 +1,6 @@
<LinearLayout 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/mini_keyboard_view"
style="@style/Widget.KeyboardViewPopup"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/minikeyboard_background"
android:orientation="horizontal">
<com.simplemobiletools.keyboard.views.MyKeyboardView
android:id="@+id/keyboardView"
style="@style/Widget.KeyboardViewPopup"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent" />
</LinearLayout>
android:layout_height="match_parent"
android:background="@drawable/minikeyboard_background" />