update:2020.03.06 10.55
36
app/src/main/res/drawable/btn_style_delete.xml
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 连框颜色值 -->
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="#f9493c" />
|
||||
<corners android:radius="@dimen/dp_25" />
|
||||
|
||||
</shape>
|
||||
</item>
|
||||
<!-- 主体背景颜色值 -->
|
||||
<item
|
||||
android:bottom="1dp"
|
||||
android:left="1dp"
|
||||
android:right="1dp"
|
||||
android:top="1dp">
|
||||
<shape>
|
||||
<!-- <gradient-->
|
||||
<!-- android:angle="90"-->
|
||||
<!-- android:centerColor="#FFFFFF"-->
|
||||
<!-- android:centerX="0.5"-->
|
||||
<!-- android:centerY="0.5"-->
|
||||
<!-- android:endColor="#FFFFFF"-->
|
||||
<!-- android:startColor="#FFFFFF"-->
|
||||
<!-- android:type="linear" />-->
|
||||
|
||||
<padding
|
||||
android:bottom="2dp"
|
||||
android:left="2dp"
|
||||
android:right="2dp"
|
||||
android:top="2dp" />
|
||||
<!-- 应该是圆角 -->
|
||||
<corners android:radius="@dimen/dp_25" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
@@ -3,7 +3,7 @@
|
||||
<!-- 连框颜色值 -->
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="#55b68a" />
|
||||
<solid android:color="#d9d9d9" />
|
||||
<corners android:radius="@dimen/dp_25" />
|
||||
|
||||
</shape>
|
||||
@@ -15,14 +15,14 @@
|
||||
android:right="1dp"
|
||||
android:top="1dp">
|
||||
<shape>
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:centerColor="#FFFFFF"
|
||||
android:centerX="0.5"
|
||||
android:centerY="0.5"
|
||||
android:endColor="#FFFFFF"
|
||||
android:startColor="#FFFFFF"
|
||||
android:type="linear" />
|
||||
<!-- <gradient-->
|
||||
<!-- android:angle="90"-->
|
||||
<!-- android:centerColor="#FFFFFF"-->
|
||||
<!-- android:centerX="0.5"-->
|
||||
<!-- android:centerY="0.5"-->
|
||||
<!-- android:endColor="#FFFFFF"-->
|
||||
<!-- android:startColor="#FFFFFF"-->
|
||||
<!-- android:type="linear" />-->
|
||||
|
||||
<padding
|
||||
android:bottom="2dp"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<!-- 连框颜色值 -->
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="#000000" />
|
||||
<solid android:color="#f09818" />
|
||||
<corners android:radius="@dimen/dp_25" />
|
||||
|
||||
</shape>
|
||||
@@ -15,14 +15,14 @@
|
||||
android:right="1dp"
|
||||
android:top="1dp">
|
||||
<shape>
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:centerColor="#FFFFFF"
|
||||
android:centerX="0.5"
|
||||
android:centerY="0.5"
|
||||
android:endColor="#FFFFFF"
|
||||
android:startColor="#FFFFFF"
|
||||
android:type="linear" />
|
||||
<!-- <gradient-->
|
||||
<!-- android:angle="90"-->
|
||||
<!-- android:centerColor="#FFFFFF"-->
|
||||
<!-- android:centerX="0.5"-->
|
||||
<!-- android:centerY="0.5"-->
|
||||
<!-- android:endColor="#FFFFFF"-->
|
||||
<!-- android:startColor="#FFFFFF"-->
|
||||
<!-- android:type="linear" />-->
|
||||
|
||||
<padding
|
||||
android:bottom="2dp"
|
||||
|
||||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.1 KiB |
BIN
app/src/main/res/drawable/icon_nodata.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
app/src/main/res/drawable/icon_notask.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<solid android:color="#f45c28" />
|
||||
<solid android:color="#f09819" />
|
||||
|
||||
</shape>
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 内部颜色 -->
|
||||
<solid android:color="#EBEBEB" />
|
||||
<solid android:color="#d4d0d0" />
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners
|
||||
android:bottomLeftRadius="@dimen/dp_25"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- 内部颜色 -->
|
||||
<solid
|
||||
android:color="#EBEBEB" />
|
||||
android:color="#d4d0d0" />
|
||||
<!-- 圆角的幅度 -->
|
||||
<corners
|
||||
android:topRightRadius="@dimen/dp_25"
|
||||
|
||||