|
|
@@ -41,15 +41,21 @@
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="@id/tv_family_member_num" />
|
|
|
|
|
|
- <androidx.recyclerview.widget.RecyclerView
|
|
|
- android:id="@+id/rv_family_members_list"
|
|
|
+ <com.adealink.weparty.commonui.widget.FixDragLayout
|
|
|
+ android:id="@+id/fix_layout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="8dp"
|
|
|
- android:nestedScrollingEnabled="false"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/tv_family_star_label" />
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/tv_family_star_label">
|
|
|
+
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
+ android:id="@+id/rv_family_members_list"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:nestedScrollingEnabled="false" />
|
|
|
+ </com.adealink.weparty.commonui.widget.FixDragLayout>
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
android:id="@+id/rv_family_stars_list"
|
|
|
@@ -58,6 +64,6 @@
|
|
|
android:layout_marginTop="12dp"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/rv_family_members_list" />
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/fix_layout" />
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|