21 lines
988 B
XML
21 lines
988 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<com.lerist.lib.factory.widget.LFragmentContainer
|
|
android:id="@+id/v"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
android:id="@+id/u"
|
|
android:clickable="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="@dimen/fw"
|
|
android:layout_marginEnd="@dimen/ff"
|
|
app:backgroundTint="@color/ix"
|
|
app:layout_anchor="@+id/v"
|
|
app:layout_anchorGravity="0x800055"
|
|
app:srcCompat="@drawable/nl"/>
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|