Fix names and strings. Fix not all games shown in history.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-06 22:01:00 +01:00
parent 74be455d48
commit 2bf0666946
8 changed files with 13 additions and 31 deletions

View File

@@ -24,7 +24,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/nav_header_vertical_spacing"
android:text="@string/nav_header_title"
android:text="@string/app_name"
android:textAppearance="@style/TextAppearance.AppCompat.Body1" />
<TextView