[add]RecylerView/Adapter-分享

This commit is contained in:
liujing
2020-07-20 19:57:33 +08:00
parent b0c91bbb44
commit b4526e4df0
4 changed files with 79 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/road_case_share_list"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:overScrollMode="never"
app:layout_constraintBottom_toBottomOf="parent" />
</RelativeLayout>

View File

@@ -139,13 +139,6 @@
android:text="去分享"
android:textSize="25sp" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/road_case_share_list"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/share_linear"
android:overScrollMode="never"
app:layout_constraintBottom_toBottomOf="parent" />
</RelativeLayout>
</androidx.constraintlayout.widget.ConstraintLayout>