version:6.5
fix: update:增加自动接听,语音播报,拨号提示音,悬浮按钮
This commit is contained in:
20
app/src/main/res/drawable/home_card_family_bg.xml
Normal file
20
app/src/main/res/drawable/home_card_family_bg.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 内部颜色 -->
|
||||
<!-- <solid android:color="@color/default_blue" />-->
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners android:radius="@dimen/dp_12" />
|
||||
|
||||
<!-- <gradient-->
|
||||
<!-- android:angle="270"-->
|
||||
<!-- android:endColor="#4C4C4D"-->
|
||||
<!-- android:startColor="#636364" />-->
|
||||
|
||||
<solid android:color="#ae5da1"/>
|
||||
|
||||
<!-- <padding-->
|
||||
<!-- android:bottom="0dp"-->
|
||||
<!-- android:left="8dp"-->
|
||||
<!-- android:right="8dp"-->
|
||||
<!-- android:top="0dp" />-->
|
||||
</shape>
|
||||
Reference in New Issue
Block a user