android-slidingactivity icon indicating copy to clipboard operation
android-slidingactivity copied to clipboard

Android library which allows you to swipe down from an activity to close it.

Results 16 android-slidingactivity issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/3229121/32974837-a229dff2-cbcf-11e7-9a0e-14b5f28217c0.png) Manifest ![image](https://user-images.githubusercontent.com/3229121/32974860-d81b4542-cbcf-11e7-9738-efabac1f0378.png) Activity class ![image](https://user-images.githubusercontent.com/3229121/32974864-e3a909a8-cbcf-11e7-91cd-21e2623120c5.png) **Which is the error?** ![image](https://user-images.githubusercontent.com/3229121/32974825-7dd3cbfe-cbcf-11e7-97b4-888ffc4cca18.png)

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...