mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
8 lines
No EOL
289 B
XML
8 lines
No EOL
289 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<gradient
|
|
android:endColor="#FFB1BDC4"
|
|
android:startColor="#FFE4EDF2"
|
|
android:angle="90"/>
|
|
</shape> |