IM模块
This commit is contained in:
@@ -2,7 +2,15 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="#C178FE"/>
|
||||
<corners android:radius="16dp"/>
|
||||
<!-- <solid android:color="#C178FE"/>-->
|
||||
<!-- <corners android:radius="16dp"/>-->
|
||||
|
||||
<gradient android:angle="0"
|
||||
android:startColor="#EA6FEE"
|
||||
android:endColor="#EB6969"/>
|
||||
|
||||
<!--<solid android:color="@color/yellow_ffd33e"/>-->
|
||||
|
||||
<corners android:radius="45dp"/>
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user