fix: fix back button over item, print item names on two lines and update default item list

This commit is contained in:
2026-01-29 16:30:49 +01:00
parent f4be7a90eb
commit 36dec7123f
68 changed files with 80 additions and 43 deletions

View File

@@ -45,11 +45,20 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="10dp">
<GridLayout
android:id="@+id/gridPieces"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:columnCount="4" />
android:orientation="vertical">
<GridLayout
android:id="@+id/gridPieces"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:columnCount="4" />
<View
android:layout_width="match_parent"
android:layout_height="100dp" />
</LinearLayout>
</ScrollView>
<androidx.appcompat.widget.AppCompatButton