57 lines
2.3 KiB
XML
57 lines
2.3 KiB
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:id="@+id/p2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<LinearLayout
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:id="@+id/ov"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:id="@+id/oy"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"/>
|
|
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
|
|
android:id="@+id/p1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1">
|
|
<com.lerist.lib.factory.widget.LRecyclerView
|
|
android:id="@+id/oz"
|
|
android:focusableInTouchMode="true"
|
|
android:scrollbars="vertical"
|
|
android:clipToPadding="false"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:id="@+id/ow"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:id="@+id/ox"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
|
android:layout_gravity="bottom|right"
|
|
android:id="@+id/p0"
|
|
android:visibility="gone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginRight="@dimen/fa"
|
|
android:layout_marginBottom="@dimen/ff"
|
|
app:backgroundTint="@color/ix"
|
|
app:pressedTranslationZ="6dp"/>
|
|
</FrameLayout>
|