From d1a9e3312387b6c47e6186af506787a8a66369d1 Mon Sep 17 00:00:00 2001
From: lmw <125975490@qq.com>
Date: 星期六, 09 十一月 2024 18:40:36 +0800
Subject: [PATCH] fix

---
 app/src/main/res/layout/fragment_questions.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/src/main/res/layout/fragment_questions.xml b/app/src/main/res/layout/fragment_questions.xml
index 6d21060..beb8cb3 100644
--- a/app/src/main/res/layout/fragment_questions.xml
+++ b/app/src/main/res/layout/fragment_questions.xml
@@ -21,10 +21,10 @@
                     android:id="@+id/banner"
                     android:layout_width="match_parent"
                     app:layout_constraintTop_toTopOf="parent"
-                    app:indicator_height="0dp"
+                    app:banner_indicator_height="0dp"
                     android:layout_height="220dp"
-                    app:is_infinite_loop="true"
-                    app:is_auto_loop="true"/>
+                    app:banner_infinite_loop="true"
+                    app:banner_auto_loop="true"/>
                 <androidx.recyclerview.widget.RecyclerView
                     android:id="@+id/rv_list"
                     android:layout_width="match_parent"

--
Gitblit v1.7.1