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

46 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="@dimen/x2">
<LinearLayout
android:orientation="vertical"
android:paddingLeft="@dimen/xa"
android:paddingRight="@dimen/xa"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textDirection="locale"
android:layoutDirection="locale"
android:paddingStart="@dimen/xa"
android:paddingEnd="@dimen/xa">
<LinearLayout
android:orientation="horizontal"
android:id="@+id/yz"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<include layout="@layout/fd"/>
</LinearLayout>
<View
android:id="@+id/z0"
android:background="@color/x_"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginTop="2dp"
android:layout_marginBottom="1dp"/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/yr"
android:background="@android:color/white"
android:layout_width="match_parent"
android:layout_height="0dp"
android:cacheColorHint="@android:color/white"
android:layout_weight="1"
android:layout_marginStart="@dimen/x_"/>
<include layout="@layout/f_"/>
<include layout="@layout/fc"/>
</LinearLayout>
</androidx.cardview.widget.CardView>
</FrameLayout>