Removed framelayout

pull/146/head
M66B 7 years ago
parent f7d0302192
commit 805444d99a

@ -6,11 +6,6 @@
android:layout_height="match_parent"
tools:context=".ActivityView">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@+id/multiple">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -168,7 +163,6 @@
android:layout_height="0dp"
app:constraint_referenced_ids="rvFolder" />
</androidx.constraintlayout.widget.ConstraintLayout>
</FrameLayout>
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/fab"

Loading…
Cancel
Save