linphone-android/app/src/main/res/drawable/shape_gradient.xml
2024-07-15 16:10:33 +02:00

8 lines
279 B
XML

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