Browse Source

888333

茶饮新(现场)
fyf 1 year ago
parent
commit
24effdec99
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      app/src/main/res/layout/item/layout/item_right_lc.xml

+ 9
- 9
app/src/main/res/layout/item/layout/item_right_lc.xml View File

@@ -3,14 +3,14 @@
android:orientation="vertical"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ScrollView
android:layout_height="wrap_content">
<!-- <ScrollView-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="match_parent">-->
<!-- -->
<!-- </ScrollView>-->
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</ScrollView>

android:layout_height="wrap_content"/>
</LinearLayout>

Loading…
Cancel
Save