Lock toolbar

This commit is contained in:
J-Jamet
2018-02-23 11:20:36 +01:00
parent c2654cd65c
commit 9731247f2e
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
android:layout_height="match_parent"
app:titleEnabled="false"
app:contentScrim="?attr/colorPrimary"
app:layout_scrollFlags="scroll|enterAlways|snap">
app:layout_scrollFlags="scroll|exitUntilCollapsed|snap">
<com.keepassdroid.view.FileNameView android:id="@+id/file_select"
android:layout_width="match_parent"

View File

@@ -39,7 +39,7 @@
android:layout_height="match_parent"
app:titleEnabled="false"
app:contentScrim="?attr/colorPrimary"
app:layout_scrollFlags="scroll|enterAlways|snap">
app:layout_scrollFlags="scroll|exitUntilCollapsed|snap">
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"

View File

@@ -39,7 +39,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:titleEnabled="false"
app:layout_scrollFlags="scroll|enterAlways|snap">
app:layout_scrollFlags="scroll|exitUntilCollapsed|snap">
<LinearLayout
android:orientation="vertical"