This commit is contained in:
2021-11-16 11:22:26 +08:00
parent 9388377de5
commit 2da67c2878
5 changed files with 109 additions and 402 deletions

View File

@@ -362,13 +362,31 @@
android:background="#F5F5F5" />
</RelativeLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
<RelativeLayout
android:id="@+id/rl_ceshi"
android:layout_width="match_parent"
android:visibility="gone"
android:layout_height="400dp"
android:layout_below="@+id/ly_01"
/>
android:layout_height="60dp"
android:background="@color/white">
<TextView
android:layout_width="wrap_content"
android:layout_height="19dp"
android:layout_centerVertical="true"
android:layout_marginLeft="23dp"
android:text="测试"
android:textColor="#ff000000"
android:textSize="14sp" />
<ImageView style="@style/fragment_imag" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_alignParentBottom="true"
android:background="#F5F5F5" />
</RelativeLayout>
</LinearLayout>
</LinearLayout>
</layout>