主页显示联系人,增加联系人拨号选项,优化权限获取
This commit is contained in:
14
app/src/main/res/drawable/wechat_call_video.xml
Normal file
14
app/src/main/res/drawable/wechat_call_video.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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="#17D26B" />
|
||||
|
||||
<!-- <gradient-->
|
||||
<!-- android:angle="270"-->
|
||||
<!-- android:endColor="#E6418B24"-->
|
||||
<!-- android:startColor="#E612CA56"-->
|
||||
<!-- android:type="linear" />-->
|
||||
</shape>
|
||||
Reference in New Issue
Block a user