changes behavior

This commit is contained in:
tom79 2017-10-14 09:19:20 +02:00
parent 46717c4fc2
commit 6a5fe95956
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/layout_height_header"
android:fitsSystemWindows="true"
app:layout_scrollFlags="scroll|exitUntilCollapsed|snap">
app:layout_scrollFlags="scroll|enterAlwaysCollapsed">
<LinearLayout
android:id="@+id/main_header_container"
android:background="@color/mastodonC1"

View File

@ -34,7 +34,7 @@
android:id="@+id/collapsingToolbarLayout"
android:layout_height="@dimen/layout_height_header"
android:fitsSystemWindows="true"
app:layout_scrollFlags="scroll|enterAlwaysCollapsed|snap">
app:layout_scrollFlags="scroll|enterAlwaysCollapsed">
<LinearLayout
android:id="@+id/main_header_container"
android:background="@color/mastodonC1"