FAB and notification creation fragment

This commit is contained in:
danijoo
2015-12-31 19:43:31 +01:00
parent 5f7ca16082
commit b8b81df4d2
11 changed files with 142 additions and 10 deletions

View File

@@ -7,4 +7,5 @@
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" />
android:layout_height="?attr/actionBarSize"
app:layout_scrollFlags="scroll|enterAlways"/>