Updates edittext views with corner rounded

This commit is contained in:
h4h13 2019-03-28 19:02:53 +05:30
parent 7a42723b9e
commit f9f30c8387
46 changed files with 1127 additions and 1286 deletions

View file

@ -24,21 +24,6 @@
<attr name="url_link" format="string" />
</declare-styleable>
<declare-styleable name="LyricView">
<attr name="hint" format="string" />
<attr name="hintColor" format="color" />
<attr name="textColor" format="color" />
<attr name="highlightColor" format="color" />
<attr name="textSize" format="dimension" />
<attr name="maxLength" format="dimension" />
<attr name="fadeInFadeOut" format="boolean" />
<attr name="lineSpace" format="dimension" />
<attr name="textAlign">
<enum name="left" value="0" />
<enum name="center" value="1" />
<enum name="right" value="2" />
</attr>
</declare-styleable>
<declare-styleable name="ContributorsView">
<attr name="profile_url" format="string" />
<attr name="profile_name" format="string" />