VidiDin-Android/app/src/main/res/drawable/mine_bg_top.xml

8 lines
296 B
XML
Raw Normal View History

2025-11-18 05:30:49 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:type="linear" android:useLevel="true"
android:startColor="#00009b39" android:endColor="#99009b39" android:angle="90" />
</shape>