6.2.0 - 重新设计及编写项目文档; 新增多语言适配; 丰富控件选择器功能; 优化夜间模式适配等

This commit is contained in:
SuperMonster003
2023-01-21 22:17:16 +08:00
parent 069932c8d3
commit 10960ddbee
2139 changed files with 66316 additions and 41795 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

View File

@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/bubble_bg"/>
<solid android:color="@color/layout_window_bubble_bg"/>
<corners android:radius="16dp"/>
</shape>

View File

@@ -4,5 +4,5 @@
android:shape="ring"
android:thicknessRatio="2"
android:useLevel="false">
<solid android:color="#42a5f5"/>
<solid android:color="#2196F3"/>
</shape>

View File

@@ -4,5 +4,5 @@
android:shape="ring"
android:thicknessRatio="2"
android:useLevel="false">
<solid android:color="#fdd835"/>
<solid android:color="#161616"/>
</shape>

View File

@@ -4,5 +4,5 @@
android:shape="ring"
android:thicknessRatio="2"
android:useLevel="false">
<solid android:color="#C0C0C0"/>
<solid android:color="#78909C"/>
</shape>

View File

@@ -4,5 +4,5 @@
android:shape="ring"
android:thicknessRatio="2"
android:useLevel="false">
<solid android:color="@color/colorPrimary"/>
<solid android:color="#00796B"/>
</shape>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:innerRadius="0dp"
android:shape="ring"
android:thicknessRatio="2"
android:useLevel="false">
<solid android:color="#AB47BC"/>
</shape>

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:innerRadius="0dp"
android:shape="ring"
android:shape="oval"
android:thicknessRatio="2"
android:useLevel="false">
<solid android:color="#ef5350"/>
<solid android:color="@color/circular_menu_icon_red"/>
</shape>

View File

@@ -4,5 +4,5 @@
android:shape="ring"
android:thicknessRatio="2"
android:useLevel="false">
<solid android:color="#ffffff"/>
<solid android:color="@color/circular_menu_icon_white"/>
</shape>

View File

@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#cc424347"/>
<solid android:color="@color/floating_action_menu_label_bg"/>
<corners android:radius="2dp"/>
</shape>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#99262626"/>
<corners
android:bottomLeftRadius="12dp"
android:bottomRightRadius="12dp"/>
</shape>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#cc181818"/>
<corners
android:topLeftRadius="12dp"
android:topRightRadius="12dp"/>
</shape>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -11,7 +11,7 @@
<size
android:width="12dp"
android:height="12dp"/>
<solid android:color="@color/bubble_bg"/>
<solid android:color="@color/layout_window_bubble_bg"/>
</shape>
</rotate>
</item>

View File

@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:left="12dp">
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<item android:start="12dp">
<shape>
<size
android:width="100dp"
android:height="0.9dp"/>
android:width="100dp"
android:height="0.9dp" />
<solid android:color="#f3f5f9"/>
<solid android:color="#f3f5f9" />
</shape>
</item>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<stroke
android:width="@dimen/first_char_view_stroke_width"
android:color="@color/day_night" />
</shape>