Files
AndroidJava/dash-wallet/wallet/res/drawable/view_shadow_bottom.xml
T
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

12 lines
284 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<gradient
android:angle="270"
android:endColor="#0000"
android:startColor="#30000000" >
</gradient>
<size android:height="3dp" />
</shape>