ソースを参照

444

味魔方Android
fyf 10ヶ月前
コミット
e116cfd446
2個のファイルの変更10行の追加4行の削除
  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 ファイルの表示

@@ -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 ファイルの表示

@@ -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>

読み込み中…
キャンセル
保存