From 0c8d648b767b000cfdd1a690be637b4ed00b7fd4 Mon Sep 17 00:00:00 2001 From: kunfei Date: Fri, 1 Apr 2022 22:42:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/view_tab_layout.xml | 1 + app/src/main/res/layout/view_tab_layout_min.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/layout/view_tab_layout.xml b/app/src/main/res/layout/view_tab_layout.xml index 5efc6cd26..68c732261 100644 --- a/app/src/main/res/layout/view_tab_layout.xml +++ b/app/src/main/res/layout/view_tab_layout.xml @@ -4,6 +4,7 @@ android:id="@+id/tab_layout" android:layout_width="match_parent" android:layout_height="match_parent" + android:background="@android:color/transparent" app:tabBackground="@android:color/transparent" app:tabRippleColor="@android:color/transparent" android:theme="?attr/actionBarStyle" /> \ No newline at end of file diff --git a/app/src/main/res/layout/view_tab_layout_min.xml b/app/src/main/res/layout/view_tab_layout_min.xml index badf89a01..4033442d5 100644 --- a/app/src/main/res/layout/view_tab_layout_min.xml +++ b/app/src/main/res/layout/view_tab_layout_min.xml @@ -5,6 +5,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:theme="?attr/actionBarStyle" + android:background="@android:color/transparent" app:tabBackground="@android:color/transparent" app:tabRippleColor="@android:color/transparent" app:tabMaxWidth="100dp"