mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Remove custom tab indicator style
M3 TabLayout has the same style built-in.
This commit is contained in:
		| @@ -1,7 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <shape xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
|     <corners | ||||
|         android:topLeftRadius="4dp" | ||||
|         android:topRightRadius="4dp" /> | ||||
|     <solid android:color="@android:color/white" /> | ||||
| </shape> | ||||
| @@ -176,9 +176,6 @@ | ||||
|     <!--=================--> | ||||
|     <style name="Widget.Tachiyomi.TabLayout" parent="Widget.Material3.TabLayout"> | ||||
|         <item name="tabGravity">center</item> | ||||
|         <item name="tabIndicator">@drawable/tab_indicator</item> | ||||
|         <item name="tabIndicatorFullWidth">false</item> | ||||
|         <item name="tabIndicatorHeight">3dp</item> | ||||
|         <item name="tabInlineLabel">true</item> | ||||
|         <item name="tabMinWidth">75dp</item> | ||||
|         <item name="tabMode">scrollable</item> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user