Move all fragments to ui package. Store created and modified date to game.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-06 11:09:06 +01:00
parent 94cdbcad0b
commit 1e428e854e
29 changed files with 99 additions and 91 deletions

View File

@@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".fragments.TeamNames">
tools:context=".ui.counter.TeamNames">
<LinearLayout
android:id="@+id/viewNames"