源代码备份

This commit is contained in:
TC999
2024-08-20 16:54:35 +08:00
parent c4db18da39
commit e2a5f92e23
791 changed files with 90314 additions and 2 deletions

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="HorizontalProgressBarWithNumber">
<attr format="color" name="progress_unreached_color"/>
<attr format="color" name="progress_reached_color"/>
<attr format="dimension" name="progress_reached_bar_height"/>
<attr format="dimension" name="progress_unreached_bar_height"/>
<attr format="dimension" name="progress_text_size"/>
<attr format="color" name="progress_text_color"/>
<attr format="dimension" name="progress_text_offset"/>
<attr format="enum" name="progress_text_visibility">
<enum name="visible" value="0"/>
<enum name="invisible" value="1"/>
</attr>
</declare-styleable>
<declare-styleable name="SvgTextView">
<attr format="reference" name="svg_text_view_icon"/>
<attr format="reference" name="text"/>
</declare-styleable>
</resources>