mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
10 lines
510 B
XML
10 lines
510 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.material.tabs.TabLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
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" /> |