Icon and refinements

This commit is contained in:
2024-11-03 10:53:34 +01:00
parent 596f76462f
commit 96e2410753
19 changed files with 25 additions and 36 deletions

View File

@ -8,7 +8,7 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/app_name"
android:text="@string/title"
android:textSize="30dp"
android:gravity="center_horizontal"/>
@ -105,6 +105,7 @@
android:id="@+id/list_events"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
android:layout_weight="1"
android:layout_marginTop="10dp"/>
</LinearLayout>