apkfuckery/com.discord/res/drawable/drawable_top_down_black_40_alpha_gradient.xml
2020-04-24 21:40:22 +02:00

5 lines
223 B
XML

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