Browse Source

444

味魔方Android
fyf 10 months ago
parent
commit
e116cfd446
2 changed files with 10 additions and 4 deletions
  1. +1
    -1
      app/src/main/res/layout/fragment_gongneng.xml
  2. +9
    -3
      app/src/main/res/layout/fragment_jiaoyan_clsfbc.xml

+ 1
- 1
app/src/main/res/layout/fragment_gongneng.xml View File

@@ -44,7 +44,7 @@
android:focusable="false">
<ImageView
android:layout_width="match_parent"
android:layout_height="120dp"
android:layout_height="100dp"
android:src="@mipmap/new1"
android:focusable="false"/>



+ 9
- 3
app/src/main/res/layout/fragment_jiaoyan_clsfbc.xml View File

@@ -10,13 +10,19 @@
android:layout_height="match_parent"
android:background="@color/main_background"
android:orientation="vertical">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_clsfbc"
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_clsfbc"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</ScrollView>

</RelativeLayout>
</RelativeLayout>
</com.qmuiteam.qmui.widget.QMUIWindowInsetLayout>

Loading…
Cancel
Save