Tab layout now syncs up with recyclerview scroll position; a bit sluggish though

This commit is contained in:
denizk0461
2023-04-12 09:46:27 +02:00
parent 7b33c68db9
commit a37b6dfd0b
2 changed files with 12 additions and 13 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
android:id="@+id/day_tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabMode="scrollable">
app:tabMode="scrollable"
android:layout_gravity="bottom">
<com.google.android.material.tabs.TabItem
android:layout_width="wrap_content"