diff options
author | crupest <crupest@outlook.com> | 2022-03-11 21:18:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-03-11 21:18:10 +0800 |
commit | 3d74364e78fadbc0b36081097e4a3a22a8ee26f2 (patch) | |
tree | 7c0e8eca39dc63d388963d348d1e2e8fbd92b9d0 /assets/cru/ui | |
parent | f99d56cf4091baf34636436de42ac84f4f92ae66 (diff) | |
download | cru-3d74364e78fadbc0b36081097e4a3a22a8ee26f2.tar.gz cru-3d74364e78fadbc0b36081097e4a3a22a8ee26f2.tar.bz2 cru-3d74364e78fadbc0b36081097e4a3a22a8ee26f2.zip |
...
Diffstat (limited to 'assets/cru/ui')
-rw-r--r-- | assets/cru/ui/DefaultResources.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/cru/ui/DefaultResources.xml b/assets/cru/ui/DefaultResources.xml index 795ef1a0..e3e5effc 100644 --- a/assets/cru/ui/DefaultResources.xml +++ b/assets/cru/ui/DefaultResources.xml @@ -3,6 +3,9 @@ <Resource key="icon.close"> <String value="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z" /> </Resource> + <Resource key="icon.plus"> + <String value="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z" /> + </Resource> <Resource key="icon.plus-square"> <String value="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z" /> </Resource> @@ -195,7 +198,7 @@ <BorderStyler> <BorderStyle> <Thickness value="1" /> - <CornerRadius all="5" /> + <Color name="background" value="#ffffff" /> </BorderStyle> </BorderStyler> </StyleRule> |