Files
ElderlyDialer/app/src/main/res/drawable/wechat_call_video.xml

14 lines
445 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 圆角的幅度 -->
<corners android:radius="@dimen/default_radius" />
<solid android:color="#3ABF11" />
<!-- <gradient-->
<!-- android:angle="270"-->
<!-- android:endColor="#E6418B24"-->
<!-- android:startColor="#E612CA56"-->
<!-- android:type="linear" />-->
</shape>