First working version

This commit is contained in:
2024-11-03 10:26:08 +01:00
parent 2948e059de
commit 596f76462f
7 changed files with 158 additions and 5 deletions

View File

@ -26,7 +26,7 @@
android:background="@drawable/button_background"
android:gravity="center_horizontal"
android:textSize="50sp"
android:text="🍼"/>
android:text="@string/event_bottle_type"/>
<LinearLayout
android:layout_width="match_parent"
@ -101,7 +101,7 @@
android:text="Diario di bordo"
android:layout_marginTop="30dp"/>
<ListView
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/list_events"
android:layout_width="match_parent"
android:layout_height="0dp"