Signal-Android/app/src/main/res/drawable/expired_badge_fade.xml
2022-10-24 21:01:41 -03:00

7 lines
No EOL
264 B
XML

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