Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e927f2

Browse files
committed
Create magic button atributes
1 parent 477128e commit 1e927f2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

magic/src/main/res/values/attr.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<declare-styleable name="MagicButton">
4+
<attr name="hide_text" format="string" />
5+
<attr name="expandable_area_color" format="color" />
6+
<attr name="icon_button_color" format="color" />
7+
<attr name="magic_button_size" format="dimension"/>
8+
<attr name="button_icon" format="integer" />
9+
<attr name="button_icon_width" format="dimension" />
10+
<attr name="button_icon_height" format="dimension" />
11+
<attr name="hide_text_size" format="dimension" />
12+
</declare-styleable>
13+
</resources>

0 commit comments

Comments
 (0)