mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-27 00:38:09 +00:00
8 lines
296 B
XML
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>
|