diff --git a/app/src/main/res/layout-sw320dp/fragment_calendar.xml b/app/src/main/res/layout-sw320dp/fragment_calendar.xml index 1f773978..7bb22310 100644 --- a/app/src/main/res/layout-sw320dp/fragment_calendar.xml +++ b/app/src/main/res/layout-sw320dp/fragment_calendar.xml @@ -83,6 +83,22 @@ + + + android:orientation="horizontal" + android:padding="8dp"> + app:chipSpacing="8dp" + app:singleSelection="false"> + android:text="@string/month" /> + android:text="@string/year" /> @@ -51,27 +51,27 @@ android:id="@+id/filtersSession" android:layout_width="wrap_content" android:layout_height="wrap_content" - app:singleSelection="false" - app:chipSpacing="6dp"> + app:chipSpacing="6dp" + app:singleSelection="false"> + android:text="@string/all" /> + android:text="@string/cash_game" /> + android:text="@string/tournament" /> @@ -87,6 +87,22 @@ + + + + + android:text="@string/all" /> + android:text="@string/cash_game" /> + android:text="@string/tournament" /> + + + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/appBar" /> diff --git a/app/src/main/res/layout/fragment_evograph.xml b/app/src/main/res/layout/fragment_graph.xml similarity index 100% rename from app/src/main/res/layout/fragment_evograph.xml rename to app/src/main/res/layout/fragment_graph.xml