-
Notifications
You must be signed in to change notification settings - Fork 182
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
Header size problem #10
Comments
Could not find class 'android.view.animation.PathInterpolator', referenced from method com.klinker.android.sliding.MultiShrinkScroller. Could not find class 'com.klinker.android.sliding.MultiShrinkScroller$6', referenced from method com.klinker.android.sliding.MultiShrinkScroller.initialize Could not find class 'com.klinker.android.sliding.ViewUtil$1', referenced from method com.klinker.android.sliding.ViewUtil.addRectangularOutlineProvider these three error is coming |
Can you post the full stack trace? How are you including the library into your app? What device and version of android are you testing on? |
Like these i have add your library in my project in gradle app section device nexus 5 , Nexus 7,Moto G3 |
Full Stack Trace 10-29 16:55:28.679 21618-21618/com.idsnext.pulze247 I/dalvikvm﹕ Could not find method android.view.Window.getStatusBarColor, referenced from method com.klinker.android.sliding.SlidingActivity.updateStatusBarColor |
are you using the sample, or is this something you implemented yourself? |
i had downloaded ur project from github and import in android studio 1.3 when i click on MenuItemActivity in ur project |
Hi, i used your library it nice but i am facing some problem in Header part
Take ur project activity
Normal Activity which contain only TextView
MenuItemActivity which contain Two EditText and Button
In Normal activity when we scroll header size is getting decreased as we go top of device
but in MenuItemActivity it not happening
Please can u help me out in these issue
The text was updated successfully, but these errors were encountered: