mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-26 16:28:08 +00:00
8 lines
279 B
XML
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>
|