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>

Loading…
Откажи
Сачувај