update:2020.03.16 更新布局,优化下载问题,加入字体

This commit is contained in:
2020-03-16 18:10:17 +08:00
parent 82f08853f5
commit 553999f7ec
52 changed files with 472 additions and 123 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -3,7 +3,7 @@
<!-- 连框颜色值 -->
<item>
<shape>
<solid android:color="#d9d9d9" />
<solid android:color="@color/download" />
<corners android:radius="@dimen/dp_25" />
</shape>

View File

@@ -3,7 +3,7 @@
<!-- 连框颜色值 -->
<item>
<shape>
<solid android:color="#f09818" />
<solid android:color="@color/green" />
<corners android:radius="@dimen/dp_25" />
</shape>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#f09819" />
<solid android:color="@color/green" />
</shape>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 内部颜色 -->
<solid android:color="#d4d0d0" />
<solid android:color="@color/backgroundcolor" />
<!-- 圆角的幅度 -->
<corners
android:bottomLeftRadius="@dimen/dp_25"

View File

@@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 内部颜色 -->
<solid
android:color="#d4d0d0" />
android:color="@color/backgroundcolor" />
<!-- 圆角的幅度 -->
<corners
android:topRightRadius="@dimen/dp_25"