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

16 lines
514 B
XML
Raw Normal View History

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