-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Error when trying to use the library #10
Comments
Make sure you have these added as gradle dependencies please. implementation "android.arch.lifecycle:livedata:1.1.1"
implementation "android.arch.lifecycle:extensions:1.1.1" Thanks! |
@skydoves Thanks !! It did the trick. Another question, how do I change the font of the items inside the menu ? |
@NateZ7 Thanks! |
@skydoves Isn't there any simpler way of doing so instead of creating custom class and adapter ? |
@NateZ7 |
OK, I managed to do what I needed with the CustomPowerMenu, thanks for all the help, great lib ! |
The library looks fantastic and I would like to use it.
I added the following to the
build.gradle
implementation 'com.github.skydoves:powermenu:2.0.3
on
onCreate
I have the following code -I get the following error :
Error:(339, 26) error: cannot access LifecycleObserver class file for android.arch.lifecycle.LifecycleObserver not found
any help ?
thanks !
The text was updated successfully, but these errors were encountered: