Remove custom tab indicator style

M3 TabLayout has the same style built-in.
This commit is contained in:
arkon
2021-11-14 10:52:21 -05:00
parent 6cbb02f02d
commit e985ffc690
2 changed files with 0 additions and 10 deletions

View File

@@ -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>