Fix attrs for ActionTextViews
This commit is contained in:
parent
e9249e88a9
commit
dde53450a8
|
|
@ -61,17 +61,17 @@
|
|||
|
||||
<!-- ActionTextView attributes -->
|
||||
|
||||
<attr name="actionColor" format="color"/>
|
||||
<attr name="actionTextStyle" format="color"/>
|
||||
<attr name="isUnderlineText" format="boolean"/>
|
||||
|
||||
<declare-styleable name="ActionTextView">
|
||||
<attr name="actionText" format="string"/>
|
||||
<attr name="actionColor"/>
|
||||
<attr name="actionTextStyle"/>
|
||||
<attr name="isUnderlineText"/>
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="MultipleActionTextView">
|
||||
<attr name="actionColor"/>
|
||||
<attr name="actionTextStyle"/>
|
||||
<attr name="isUnderlineText"/>
|
||||
</declare-styleable>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue