在用com.google.android.material.tabs.TabLayout时,常规的反射方法修改 indicator宽度很麻烦
官方的文档给出的app:tabIndicator 支持设置drawable
所以第一个想法就是通过xml定义shape,但试过后会发现常规的shape 设置size后并不起作用
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<corners android:radius