From 434ed8b7ada2125d2be52b946960f7eab3fc5a42 Mon Sep 17 00:00:00 2001 From: HapeLee <1321903405@qq.com> Date: Thu, 18 Sep 2025 02:15:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2=E8=AE=A2?= =?UTF-8?q?=E9=98=85=E5=B8=83=E5=B1=80=E6=97=B6=E7=9A=84=E9=97=AA=E9=80=80?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/activity_rss_artivles.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/activity_rss_artivles.xml b/app/src/main/res/layout/activity_rss_artivles.xml index a0bdaff00..b7e8c1e09 100644 --- a/app/src/main/res/layout/activity_rss_artivles.xml +++ b/app/src/main/res/layout/activity_rss_artivles.xml @@ -17,10 +17,11 @@ @@ -29,6 +30,7 @@ android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" app:navigationIcon="@drawable/ic_arrow_back" + app:title="@string/rss" app:layout_collapseMode="pin" /> @@ -37,10 +39,8 @@ android:id="@+id/tab_layout" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?attr/colorSurface" - android:paddingHorizontal="16dp" - app:layout_scrollFlags="scroll|enterAlways" - tools:ignore="RtlSymmetry" /> + android:background="@android:color/transparent" + android:paddingHorizontal="16dp"/>