Fix do no hide toolbar on scroll
This commit is contained in:
parent
701b0fbeef
commit
3d38ec7aeb
|
@ -0,0 +1 @@
|
|||
Save button for adding rooms to a space is hidden when scrolling through list of rooms
|
|
@ -24,8 +24,7 @@
|
|||
android:id="@+id/addRoomToSpaceToolbar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="?attr/actionBarSize"
|
||||
android:minHeight="0dp"
|
||||
app:layout_scrollFlags="scroll|exitUntilCollapsed|snap|enterAlways">
|
||||
android:minHeight="0dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Reference in New Issue