RetroMusicPlayer/app/src/main/res/values/attrs.xml

15 lines
459 B
XML
Raw Normal View History

2018-07-27 18:37:33 +05:30
<?xml version="1.0" encoding="utf-8"?>
<resources>
2019-03-25 18:13:43 +05:30
2018-09-10 01:14:46 +05:30
<attr name="roundSelector" format="reference" />
<attr name="rectSelector" format="reference" />
<attr name="defaultFooterColor" format="color" />
<attr name="toolbarPopupTheme" format="reference" />
2019-12-27 00:08:19 +05:30
<attr name="lineHeightHint" format="dimension" />
2018-09-10 01:14:46 +05:30
<declare-styleable name="NetworkImageView">
<attr name="url_link" format="string" />
</declare-styleable>
2018-07-27 18:37:33 +05:30
</resources>