android-sliding-layer-lib icon indicating copy to clipboard operation
android-sliding-layer-lib copied to clipboard

Highly customizable SlidingLayer as you have seen in Wunderlist

Results 65 android-sliding-layer-lib issues
Sort by recently updated
recently updated
newest added

Hello, I would like to call method after slide down 'SlidingLayer'. So I decided to detect Touch Event and after that call my method. My Code: `SlidingLayer slidingLayer = findViewById(R.id.slidingLayer1);...

I fix explicit dimension issue

I am using Sliding-Layer library for Android, version 1.2.5, and from Crashlytics I see many crashes for this reason in the onInterceptTouchEvent handler, from varying device types and Android OS....

When Scrollview is touched to scoll items up or down, sometimes if motion is not strictly veritcal (maybe slightly tilting to left or right) it closes the slidinglayer. I dont...

I have a listview inside the panel. It works well but when I scroll and reach the top of the listview, I need the slider to close. Its not working...

How can I open the SlidingLayer partially so that it only shows 50% or 70% of its View on the screen. Im talking about something similar in the GoogleMaps app...

how can i attach view in java code instead of design layout in main layout using inflate?

have this library some listener such as `onSwipeListener` to animate other widget?

I have SlidingLayer and insight is FrameLayout which I replace with fragment, in fragment I have listview so I have problem vertical scrolling its just not happen, just move few...

I am trying to Nest sliding layer. When you expand the first one, I get to see another in the bottom. I am looking for 3 levels. I implemented the...