renaming our keyboard related styles

This commit is contained in:
tibbi
2022-01-21 20:11:53 +01:00
parent e69a48aa0f
commit 1af9d28107
4 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<com.simplemobiletools.keyboard.views.MyKeyboardView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mini_keyboard_view"
style="@style/Widget.KeyboardViewPopup"
style="@style/MyKeyboardViewPopup"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/minikeyboard_background" />