Signal-Android/app/src/main/res/drawable/bottom_toolbar_shadow.xml

9 wiersze
299 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="-90"
android:dither="true"
android:startColor="@color/transparent_black"
android:endColor="@color/transparent_black_15" />
</shape>