android-slidingactivity
android-slidingactivity copied to clipboard
Android library which allows you to swipe down from an activity to close it.
Im using the latest android studio version and gradle and this exception happened. E/AndroidRuntime: FATAL EXCEPTION: main Process: com.tajos.iccnotes, PID: 28374 java.lang.IllegalArgumentException: Cannot set 'scaleX' to Float.NaN at android.view.View.sanitizeFloatPropertyValue(View.java:18167) at...
After updating android support libraries to AndroidX library crashes when starting SlidingActivity. Library crashes in MultiShrinkScroller class when passing NaN to scaleX method. Please consider updating a library to prevent...
I am using content description and below content description, I am using tabLayout. I want the behavior when user scroll up the sliding activity then it should only scroll until...
I added this library and opened the activity in an adapter.  Manifest  Activity class  **Which is the error?** 
I would like to use one of the various "FAB progress" libraries that allow you to either wrap an existing FAB object, such as [this one](https://github.com/JorgeCastilloPrz/FABProgressCircle.git) or use the library...
Hello, what's the best way to remove an image after you've set it using setImage(...) ? Using setImage(null) throws java.lang.RuntimeException: [...] java.lang.IllegalArgumentException: Bitmap is not valid
This can be seen in sample apk. The activity under 'Show no header sliding activity' consumes slide gesture a bit before the actual scrolling of contents takes place. May be...
Hello i implemented your library in my project. The problem i am facing is : i am not able to attach the content layout in my file.. i did everything...
how much hard is converting sliding activity into sliding fragment so we could use multiple fragment withing same activity maintaining smooth use experince. Thanks ahead :+1:
Hi, thanks for this beautiful library :) would you please tell me how change typeface on title? and is it possible to disable/enable swipe down to close programmatically? thanks in...