Yuito-app-android/app/src/main/res/drawable/account_header_gradient.xml

12 lines
366 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<gradient
android:angle="90"
android:startColor="#FF000000"
android:endColor="#00000000"
android:type="linear" />
</shape>
</item>
</selector>