Added tabs to indicate which day is selected; not fully implemented. Tabs don't show which day is selected after certain user action

This commit is contained in:
denizk0461
2023-04-11 16:50:45 +02:00
parent 6a5d7448e5
commit 7b33c68db9
9 changed files with 113 additions and 32 deletions
-12
View File
@@ -7,18 +7,6 @@
android:fitsSystemWindows="true"
tools:context=".activity.MainActivity">
<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fitsSystemWindows="true">
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" />
</com.google.android.material.appbar.AppBarLayout>
<include layout="@layout/content_main" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>