1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-17 01:31:10 +01:00

AboutActivity respects intellihide settings, all coordinatorlayouts do now snap, added back button to AboutActivity and SettingsActivity

This commit is contained in:
vanitasvitae 2016-09-05 18:15:29 +02:00
parent 315361e2b2
commit 823ab7b8d8
6 changed files with 42 additions and 22 deletions

View file

@ -17,7 +17,7 @@
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:layout_scrollFlags="scroll|enterAlways"
app:layout_scrollFlags="scroll|enterAlways|snap"
app:popupTheme="@style/AppTheme.PopupOverlay" />
</android.support.design.widget.AppBarLayout>