This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
yanndroid/oneui/src/main/res Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <vector xmlns : android =" http://schemas.android.com/apk/res/android"
3+ android : width =" 24.0dip"
4+ android : height =" 24.0dip"
5+ android : viewportWidth =" 100.0"
6+ android : viewportHeight =" 100.0" >
7+ <path
8+ android : fillColor =" ?actionMenuTextColor"
9+ android : pathData =" M 99 50 C 99 6.935 77.063 1 50 1 C 22.935 1 1 6.935 1 50 C 1 93.063 22.935 99 50 99 C 77.063 99 99 93.063 99 50 Z" />
10+ </vector >
Original file line number Diff line number Diff line change 5151 <!-- custom views-->
5252 <attr name =" text" format =" string" />
5353 <attr name =" selected" format =" boolean" />
54+ <attr name =" image" format =" reference|color" />
5455
5556 <declare-styleable name =" SplashView" >
5657 <attr name =" animated" format =" boolean" />
5758 <attr name =" text" />
58- <attr name =" image" format = " reference|color " />
59+ <attr name =" image" />
5960 <attr name =" foreground_image" format =" reference|color" />
6061 <attr name =" background_image" format =" reference|color" />
6162 <attr name =" animation" format =" reference" />
You can’t perform that action at this time.
0 commit comments