You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
<!-- FlatButton -->
<declare-styleable name="fl_FlatButton">
<attr name="fl_theme" />
<attr name="fl_fontFamily" />
<attr name="fl_fontWeight" />
<attr name="fl_fontExtension" />
<attr name="fl_textAppearance" />
<attr name="fl_cornerRadius" />
<attr name="fl_touchEffect" />
<!-- Defines the height of the border bottom of the button -->
<attr name="fl_blockButtonEffectHeight" format="dimension" />
</declare-styleable>
And Errors Below Shew Up:
ERROR: In <declare-styleable> fl_FlatButton, unable to find attribute fl_theme
ERROR: In <declare-styleable> fl_FlatButton, unable to find attribute fl_touchEffect
ERROR: In <declare-styleable> fl_FlatButton, unable to find attribute fl_cornerRadius
ERROR: In <declare-styleable> fl_FlatButton, unable to find attribute fl_fontExtension
ERROR: In <declare-styleable> fl_FlatButton, unable to find attribute fl_fontFamily
ERROR: In <declare-styleable> fl_FlatButton, unable to find attribute fl_fontWeight
ERROR: In <declare-styleable> fl_FlatButton, unable to find attribute fl_textAppearance
In this file, there are also other declare-styleable items, and nothing bad happens to them, only this code snippet can't fit in. So Why?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
attrs.xml content:
And Errors Below Shew Up:
In this file, there are also other declare-styleable items, and nothing bad happens to them, only this code snippet can't fit in. So Why?
The text was updated successfully, but these errors were encountered: