Create ButtonStateView with some custom attributes

This commit is contained in:
Benoit Marty
2019-05-27 12:08:18 +02:00
parent 390c6a1977
commit fe6e27fd6a
5 changed files with 167 additions and 58 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="ButtonStateView">
<attr name="bsv_loaded_image_src" format="reference" />
<attr name="bsv_button_text" format="reference|string" />
</declare-styleable>
</resources>