forked from GitHub-Mirror/riotX-android
Create ButtonStateView with some custom attributes
This commit is contained in:
12
vector/src/main/res/values/attrs_state_button.xml
Normal file
12
vector/src/main/res/values/attrs_state_button.xml
Normal 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>
|
Reference in New Issue
Block a user