2018-07-27 18:37:33 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2018-08-01 12:21:27 +05:30
|
|
|
<attr format="reference" name="roundSelector"/>
|
|
|
|
<attr format="reference" name="rectSelector"/>
|
|
|
|
<attr format="reference" name="rectSelectorStrong"/>
|
|
|
|
|
|
|
|
<attr format="color" name="defaultFooterColor"/>
|
|
|
|
|
|
|
|
<attr format="reference" name="toolbarPopupTheme"/>
|
|
|
|
|
|
|
|
<attr format="color" name="iconColor"/>
|
|
|
|
<attr format="color" name="dividerColor"/>
|
|
|
|
|
|
|
|
|
|
|
|
<declare-styleable name="BlurLayout">
|
|
|
|
<attr format="float" name="blk_downscaleFactor"/>
|
|
|
|
<attr format="integer" name="blk_blurRadius"/>
|
|
|
|
<attr format="integer" name="blk_fps"/>
|
|
|
|
<attr format="dimension" name="blk_cornerRadius"/>
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<declare-styleable name="NetworkImageView">
|
|
|
|
<attr format="string" name="url_link"/>
|
|
|
|
</declare-styleable>
|
2018-08-08 13:33:38 +05:30
|
|
|
|
2018-08-01 12:21:27 +05:30
|
|
|
<declare-styleable name="LyricView">
|
|
|
|
<attr format="string" name="hint"/>
|
|
|
|
<attr format="color" name="hintColor"/>
|
|
|
|
<attr format="color" name="textColor"/>
|
|
|
|
<attr format="color" name="highlightColor"/>
|
|
|
|
<attr format="dimension" name="textSize"/>
|
|
|
|
<attr format="dimension" name="maxLength"/>
|
|
|
|
<attr format="boolean" name="fadeInFadeOut"/>
|
|
|
|
<attr format="dimension" name="lineSpace"/>
|
|
|
|
<attr name="textAlign">
|
|
|
|
<enum name="left" value="0"/>
|
|
|
|
<enum name="center" value="1"/>
|
|
|
|
<enum name="right" value="2"/>
|
|
|
|
</attr>
|
|
|
|
</declare-styleable>
|
2018-07-27 18:37:33 +05:30
|
|
|
</resources>
|