Questions tagged [slidingpanelayout]

SlidingPaneLayout provides a horizontal, multi-pane layout for use at the top level of a UI. A left (or first) pane is treated as a content list or browser, subordinate to a primary detail view for displaying content.

SlidingPaneLayout provides a horizontal, multi-pane layout for use at the top level of a UI. A left (or first) pane is treated as a content list or browser, subordinate to a primary detail view for displaying content.

Child views may overlap if their combined width exceeds the available width in the SlidingPaneLayout. When this occurs the user may slide the topmost view out of the way by dragging it, or by navigating in the direction of the overlapped view using a keyboard. If the content of the dragged child view is itself horizontally scrollable, the user may grab it by the very edge.

Thanks to this sliding behavior, SlidingPaneLayout may be suitable for creating layouts that can smoothly adapt across many different screen sizes, expanding out fully on larger screens and collapsing on smaller screens.

Click Here for class reference.

107 questions
12
votes
7 answers

How to hide the Umano SlidingupPanel when clicking outside the panel

AndroidSlidingUpPanel Here, I am using slidingup panel library. You can see both the panel and listview in the following screen. What i am trying to do is to hide the panel if i click outside the panel(Dim Area). Instead it is clicking on the…
Rethinavel
  • 3,912
  • 7
  • 28
  • 49
10
votes
2 answers

Using Android's SlidingPaneLayout with ViewPager

I'm trying to use the SlidingPaneLayout with ViewPager, like so
user1007692
  • 307
  • 2
  • 4
  • 15
9
votes
1 answer

Sliding overlay panel that works with bootstrap 3 css

I've been endlessly searching for a sliding overlay panel using jquery that doesn't destroy my bootstrap 3 css file. But I can't find any. I need a panel that is like a form, has dropdowns, selectable grids, input boxes, etc.. and anything I do on…
sksallaj
  • 3,872
  • 3
  • 37
  • 58
8
votes
2 answers

Using SlidingPaneLayout from the right-hand side?

Is it possible to somehow use Android's SlidingPaneLayout to do exactly what it does except from the opposite side? I.e. I want to bezel swipe the right-hand side of the screen instead of the left-hand side to expose the second pane, and it slides…
saimonjingai
  • 279
  • 4
  • 10
7
votes
2 answers

SlidingPaneLayout - how to always show a little part of slide out view (like in hangouts)

I'm using a simple SlidingPaneLayout and what I want is following: I want, that a little bit of the slide out view is always visible, so that the user always see's, that there exists something to pull out... Like it is in Hangouts. Is that somehow…
prom85
  • 16,896
  • 17
  • 122
  • 242
6
votes
1 answer

How can I limit the height of AndroidSlidingUpPanel when expanded

I'm defining the anchor point and it works fine, but I need to control the maximum height of the SlidingUpPanelLayout when expanded. How can I do this?
juliano.net
  • 7,982
  • 13
  • 70
  • 164
5
votes
5 answers

How to implement multiple recyclerviews in one layout?

I want to create a pane in which there are two RecyclerViews (let's say 'MyItems', 'AllItems'). I have created vertical LinearLayout, in which there are TextView as title and RecyclerView. Something like this:
Tom11
  • 2,419
  • 8
  • 30
  • 56
5
votes
1 answer

Sliding Up Panel Layout Listener implementation. Secondary layout visibility issues

I'm using sliding up panel from umano https://github.com/umano/AndroidSlidingUpPanel. I'm facing a minor and silly issue, but I'm not able to fix it. The sliding panel's secondary layout has a text view. When I expand it by dragging upwards, I want…
Sebin Paul
  • 169
  • 1
  • 15
5
votes
4 answers

Disable swipe gesture for SlidingPaneLayout

I have a sliding pane layout which contains a ListView. I have a button to open the sliding pane. So I want to disable the swipe gesture for this sliding pane which is creating a problem when I am trying to access any other view in the same layout.…
5
votes
1 answer

sliding up panel - thin line sliding panel under google mapfragment

I made slidinguppanel using this repository https://github.com/dlukashev/AndroidSlidingUpPanel-foursquare-map-demo However, it contains one bug which is not covered anywhere. When I touch anywhere to expand panel (listview) works well, but while I'm…
5
votes
3 answers

Click events on SlidingPaneLayout

I'm trying to use the SlidingPaneLayout. The left view is a ListFragment and the right view is a detail view. The layout is displayed correctly and I can slide it. But if the detail view is in front of the list and I click on it, the list in the…
5
votes
4 answers

Android, SlidingPaneLayout and listView

I'm using a ListView as a secondary view in my SlidingPaneLayout.The main view is a map fragment. The ListView acts as a menu. The problem is that onItemClickedListener never gets called on the ListView. Even the list row never gets highlighted on…
a fair player
  • 11,530
  • 9
  • 46
  • 48
4
votes
0 answers

Recycler view issue in Umano AndroidSlidingPanel

i am using this AndroidSlidingUpPanel . My main content is Map and second one which slide up panel is Recyclerview . But Issue is it not coming on panel size correctly. On Collapsed State : its coming correctly but as soon as i drag up and …
young_08
  • 1,196
  • 2
  • 13
  • 35
4
votes
2 answers

Android SlidingPaneLayout fades wrong views

I'm using a SlidingPaneLayout in my app and I have a problem because when I open the sliding pane, the whole covered pane doesn't fade, instead only some elements inside of it do, like TextViews, Buttons, and ImageViews. How can I either remove the…
Greyshack
  • 1,901
  • 7
  • 29
  • 48
4
votes
3 answers

About com.sothree.slidinguppanel.SlidingUpPanelLayout

When I used SlidingUpPanelLayout, I have to set two children layout (main and panel). When the second layout (the panel) is opened, I want to close it using a Button. But I couldn't find the method. What is the method?
NewDI_Summer
  • 43
  • 1
  • 3
1
2 3 4 5 6 7 8