]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/activity_profile_list.xml
profile list: in the toolbar buttons so that they don't disappear when the toolbar...
[mobile-ledger.git] / app / src / main / res / layout / activity_profile_list.xml
index c2370316a837f8d716555233b13542cc1452d212..ff7e3b21422b95b9618250287c1edbacce11f803 100644 (file)
@@ -37,6 +37,7 @@
             <android.support.v7.widget.Toolbar
                 android:id="@+id/toolbar"
                 android:layout_width="match_parent"
+                app:layout_collapseMode="pin"
                 android:layout_height="?attr/actionBarSize"
                 app:popupTheme="@style/AppTheme.PopupOverlay" />
         </android.support.design.widget.CollapsingToolbarLayout>
         <include layout="@layout/profile_list" />
     </android.support.v4.widget.NestedScrollView>
 
-    <android.support.design.widget.FloatingActionButton
-        android:id="@+id/fab"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_gravity="start|center_vertical"
-        android:layout_margin="@dimen/fab_margin"
-        app:layout_anchor="@id/frameLayout"
-        app:layout_anchorGravity="top|end"
-        app:srcCompat="@drawable/svg_thick_plus_white" />
-
-
 </android.support.design.widget.CoordinatorLayout>
\ No newline at end of file