Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477128e commit 1e927f2Copy full SHA for 1e927f2
magic/src/main/res/values/attr.xml
@@ -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