Remove toolbar snapping

This commit is contained in:
arkon
2021-04-15 10:05:47 -04:00
parent 1f729f1cb3
commit d981245723
3 changed files with 18 additions and 20 deletions

View File

@@ -19,7 +19,7 @@
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:theme="?attr/actionBarTheme"
app:layout_scrollFlags="scroll|enterAlways|snap" />
app:layout_scrollFlags="scroll|enterAlways" />
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabs"