apkfuckery/com.discord/res/drawable-v21/drawable_ptrn_auth_gradient_light.xml
2019-02-04 21:08:30 +01:00

5 lines
No EOL
254 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="@color/auth_light" android:endColor="@color/transparent" android:angle="270.0" android:type="linear" />
</shape>