linphone-android/app/src/main/res/drawable/shape_gradient.xml
2024-12-11 15:06:47 +01:00

8 lines
296 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="?attr/color_gradient_start"
android:endColor="?attr/color_gradient_end" />
</shape>