|
|
|
@ -1,6 +1,7 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:keepScreenOn="true"> |
|
|
|
android:keepScreenOn="true"> |
|
|
|
@ -51,7 +52,11 @@ |
|
|
|
android:layout_toEndOf="@+id/word" |
|
|
|
android:layout_toEndOf="@+id/word" |
|
|
|
android:clipChildren="false" |
|
|
|
android:clipChildren="false" |
|
|
|
android:clipToPadding="false" |
|
|
|
android:clipToPadding="false" |
|
|
|
android:padding="12dp" /> |
|
|
|
android:padding="12dp" |
|
|
|
|
|
|
|
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager" |
|
|
|
|
|
|
|
app:spanCount="10" |
|
|
|
|
|
|
|
tools:itemCount="40" |
|
|
|
|
|
|
|
tools:listitem="@layout/adapter_keyboard_text" /> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
|