Skip to content

Commit cf4cc7a

Browse files
committed
scroll the settings menu too
1 parent 42027d8 commit cf4cc7a

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)