-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zhujiang2
committed
Aug 3, 2022
1 parent
15eb036
commit 512b855
Showing
9 changed files
with
158 additions
and
31 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="@dimen/dp_18" | ||
android:height="@dimen/dp_18" | ||
android:viewportWidth="1024" | ||
android:viewportHeight="1024"> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M942.2,486.2C847.4,286.5 704.1,186 512,186c-192.2,0 -335.4,100.5 -430.2,300.3 -7.7,16.2 -7.7,35.2 0,51.5C176.6,737.5 319.9,838 512,838c192.2,0 335.4,-100.5 430.2,-300.3 7.7,-16.2 7.7,-35 0,-51.5zM512,766c-161.3,0 -279.4,-81.8 -362.7,-254C232.6,339.8 350.7,258 512,258c161.3,0 279.4,81.8 362.7,254C791.5,684.2 673.4,766 512,766z"/> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M508,336c-97.2,0 -176,78.8 -176,176s78.8,176 176,176 176,-78.8 176,-176 -78.8,-176 -176,-176zM508,624c-61.9,0 -112,-50.1 -112,-112s50.1,-112 112,-112 112,50.1 112,112 -50.1,112 -112,112z"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="@dimen/dp_18" | ||
android:height="@dimen/dp_18" | ||
android:viewportWidth="1024" | ||
android:viewportHeight="1024"> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M512,128C300.8,128 128,300.8 128,512s172.8,384 384,384 384,-172.8 384,-384S723.2,128 512,128zM512,832c-179.2,0 -320,-140.8 -320,-320s140.8,-320 320,-320 320,140.8 320,320S691.2,832 512,832z" /> | ||
<path | ||
android:fillColor="#FF000000" | ||
android:pathData="M672,352c-12.8,-12.8 -32,-12.8 -44.8,0L512,467.2 396.8,352C384,339.2 364.8,339.2 352,352S339.2,384 352,396.8L467.2,512 352,627.2c-12.8,12.8 -12.8,32 0,44.8s32,12.8 44.8,0L512,556.8l115.2,115.2c12.8,12.8 32,12.8 44.8,0s12.8,-32 0,-44.8L556.8,512l115.2,-115.2C684.8,384 684.8,364.8 672,352z" /> | ||
</vector> |