Files
2026-04-05 01:00:07 -05:00

22 lines
935 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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/bw"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:layout_gravity="bottom|right"
android:id="@+id/bx"
android:clickable="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/f4"
android:tint="@color/ix"
android:layout_marginEnd="@dimen/ff"
app:backgroundTint="@color/a1e"
app:fabSize="1"
app:srcCompat="@drawable/nl"/>
</FrameLayout>