code refactor

This commit is contained in:
h4h13 2018-08-01 12:21:27 +05:30
parent 918cfc177b
commit efe607816f
68 changed files with 2236 additions and 2316 deletions

View file

@ -1,30 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="roundSelector" format="reference" />
<attr name="rectSelector" format="reference" />
<attr name="rectSelectorStrong" format="reference" />
<attr format="reference" name="roundSelector"/>
<attr format="reference" name="rectSelector"/>
<attr format="reference" name="rectSelectorStrong"/>
<attr name="defaultFooterColor" format="color" />
<attr format="color" name="defaultFooterColor"/>
<attr name="toolbarPopupTheme" format="reference" />
<attr format="reference" name="toolbarPopupTheme"/>
<attr name="iconColor" format="color" />
<attr name="dividerColor" format="color" />
<attr format="color" name="iconColor"/>
<attr format="color" name="dividerColor"/>
<declare-styleable name="RoundCornerFrameLayout">
<attr name="corner_radius" format="dimension" />
</declare-styleable>
<declare-styleable name="RoundCornerFrameLayout">
<attr format="dimension" name="corner_radius"/>
</declare-styleable>
<declare-styleable name="BlurLayout">
<attr name="blk_downscaleFactor" format="float" />
<attr name="blk_blurRadius" format="integer" />
<attr name="blk_fps" format="integer" />
<attr name="blk_cornerRadius" format="dimension" />
</declare-styleable>
<declare-styleable name="NetworkImageView">
<attr name="url_link" format="string"/>
</declare-styleable>
<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>
<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>
</resources>