Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No resource identifier found for attribute 'met_floatingLabel' #23

Closed
xbandx68 opened this issue Sep 1, 2015 · 1 comment
Closed

No resource identifier found for attribute 'met_floatingLabel' #23

xbandx68 opened this issue Sep 1, 2015 · 1 comment

Comments

@xbandx68
Copy link

xbandx68 commented Sep 1, 2015

I have iserted in my grandle this
compile ('com.weiwangcn.betterspinner:library-material:1.1.0') {
exclude group: 'com.android.support', module: 'appcompat-v7'
exclude group: 'com.rengwuxian.materialedittext', module: 'library'
}

and
in my layout this:


...
...
...
<com.weiwangcn.betterspinner.library.material.MaterialBetterSpinner
android:id="@+id/spinner2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="MaterialBetterSpinner"
app:met_floatingLabel="normal" />

but the compiler report me:

Error:(43) No resource identifier found for attribute 'met_floatingLabel' in package 'com.bandweb.myviewrecipes'

why?

@Lesilva
Copy link
Owner

Lesilva commented Sep 2, 2015

If you don't have MaterialEditText in your own project, do not exclude it.

@Lesilva Lesilva closed this as completed Sep 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants