changing the popup key background

This commit is contained in:
tibbi 2022-01-13 13:10:00 +01:00
parent 2596891d4c
commit 2fd7c48b9d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1,7 +1,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/keyboard_popup_panel_background"
android:background="@drawable/keyboard_key_feedback_background"
android:orientation="horizontal">
<com.simplemobiletools.keyboard.views.MyKeyboardView