Newer
Older
Air-Space-Ground / app / src / main / res / drawable / text_underline.xml
Pengxh on 4 Jul 2023 388 bytes feat(*): 我的界面
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:left="-2dp"
        android:right="-2dp"
        android:top="-2dp">
        <shape>
            <stroke
                android:width="@dimen/dividerLine"
                android:color="@color/themeColor" />
        </shape>
    </item>
</layer-list>