修改了配色,添加了解除绑定提示
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#000000" /> <!-- 整体黑色背景 -->
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:color="#333333" /> <!-- 边框颜色和宽度 -->
|
||||
<corners android:radius="12dp" /> <!-- 圆角半径 -->
|
||||
</shape>
|
||||
+1
-1
@@ -4,5 +4,5 @@
|
||||
<corners android:radius="12dp" />
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:color="#887872" />
|
||||
android:color="#FFCC99" />
|
||||
</shape>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="6dp" />
|
||||
<solid android:color="#F0C8B4" />
|
||||
<solid android:color="#FFCC99" />
|
||||
</shape>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
@@ -1,8 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="12dp" />
|
||||
<!-- <solid android:color="#F3D2BD"/>-->
|
||||
<gradient
|
||||
android:endColor="#E5B79F"
|
||||
android:startColor="#F9DDC9" />
|
||||
<solid android:color="#FFCC99" />
|
||||
</shape>
|
||||
@@ -3,5 +3,5 @@
|
||||
<corners android:radius="12dp" />
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:color="#F0C8B4" />
|
||||
android:color="#FFCC99" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user