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"