Fix attrs for ActionTextViews

This commit is contained in:
Kirill Nayduik 2022-01-25 18:28:02 +03:00
parent e9249e88a9
commit dde53450a8
1 changed files with 3 additions and 3 deletions

View File

@ -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>