Chill_Screen/app/src/main/res/drawable/top_main_tab.xml
2025-07-21 17:20:25 +08:00

8 lines
245 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#FFFFFFFF"
android:endColor="#80FFFFFF"
android:angle="270"
android:type="linear" />
</shape>