Skip to content

Commit 2809657

Browse files
committed
hide the Settings menu at scroll
1 parent f1a4f72 commit 2809657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/layout/activity_settings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
android:layout_width="match_parent"
1717
android:layout_height="?attr/actionBarSize"
1818
android:background="@color/color_primary"
19+
app:layout_scrollFlags="scroll|enterAlways"
1920
app:title="@string/settings"
2021
app:titleTextAppearance="@style/AppTheme.ActionBar.TitleTextStyle" />
2122

0 commit comments

Comments
 (0)