Code refactor
This commit is contained in:
parent
3c7328f9c6
commit
10874744f3
28 changed files with 771 additions and 1205 deletions
|
@ -14,23 +14,25 @@
|
|||
|
||||
<resources>
|
||||
<declare-styleable name="LrcView">
|
||||
<attr name="lrcTextSize" format="dimension" />
|
||||
<attr name="lrcLineSpaceSize" format="dimension" />
|
||||
<attr name="lrcNormalTextColor" format="reference|color" />
|
||||
<attr name="lrcCurrentTextColor" format="reference|color" />
|
||||
<attr name="lrcTouchDelay" format="integer" />
|
||||
<attr name="noLrcTextSize" format="dimension" />
|
||||
<attr name="noLrcTextColor" format="reference|color" />
|
||||
<attr name="indicatorLineHeight" format="dimension" />
|
||||
<attr name="indicatorTextSize" format="dimension" />
|
||||
<attr name="indicatorTextColor" format="reference|color" />
|
||||
<attr name="currentIndicateLrcColor" format="reference|color" />
|
||||
<attr name="indicatorTouchDelay" format="integer" />
|
||||
<attr name="indicatorLineColor" format="reference|color" />
|
||||
<attr name="indicatorStartEndMargin" format="dimension" />
|
||||
<attr name="iconLineGap" format="dimension" />
|
||||
<attr name="playIconWidth" format="dimension" />
|
||||
<attr name="playIconHeight" format="dimension" />
|
||||
<attr name="playIcon" format="reference" />
|
||||
<attr name="lrcTextSize" format="dimension"/>
|
||||
<attr name="lrcLineSpaceSize" format="dimension"/>
|
||||
<attr name="lrcNormalTextColor" format="reference|color"/>
|
||||
<attr name="lrcCurrentTextColor" format="reference|color"/>
|
||||
<attr name="lrcTouchDelay" format="integer"/>
|
||||
<attr name="noLrcTextSize" format="dimension"/>
|
||||
<attr name="noLrcTextColor" format="reference|color"/>
|
||||
<attr name="indicatorLineHeight" format="dimension"/>
|
||||
<attr name="indicatorTextSize" format="dimension"/>
|
||||
<attr name="indicatorTextColor" format="reference|color"/>
|
||||
<attr name="currentIndicateLrcColor" format="reference|color"/>
|
||||
<attr name="indicatorTouchDelay" format="integer"/>
|
||||
<attr name="indicatorLineColor" format="reference|color"/>
|
||||
<attr name="indicatorStartEndMargin" format="dimension"/>
|
||||
<attr name="iconLineGap" format="dimension"/>
|
||||
<attr name="playIconWidth" format="dimension"/>
|
||||
<attr name="playIconHeight" format="dimension"/>
|
||||
<attr name="playIcon" format="reference"/>
|
||||
<attr name="isLrcCurrentTextBold" format="boolean"/>
|
||||
<attr name="isLrcIndicatorTextBold" format="boolean"/>
|
||||
</declare-styleable>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue