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
2
votes
0 answers

fragment of sliding pane layout is transparent for clicking

I'm using sliding pane layout in my project. When it was in its closed state i tried to click on an empty space of my fragment's layout, but the click was performed on another fragment (which should be shown only when sliding pane layout is in open…
Kiryl Tkach
  • 3,118
  • 5
  • 20
  • 36
2
votes
0 answers

Disable swipe on a view in SlidingPaneLayout

I need to disable swipe on a particular view in SlidingPaneLayout. I do not want to move view if user interacts on a particular view.
mdnoufil
  • 56
  • 6
2
votes
1 answer

Android Sliding Panel with Scrollview

I'm trying to use a Sliding Panel from the link here and I'm facing the problem shown in the image: My idea is to have custom content when the user swipes the bottom menu up, and have the possibility to scroll this content. But when the panel goes…
Leonardo
  • 228
  • 3
  • 10
2
votes
3 answers

SlidingUpPanelLayout how make not draggable

i'm develop app & use in my project custom view SlidingUpPanelLayout (https://github.com/umano/AndroidSlidingUpPanel) In my case at one of functions moment panel must be don't draggable (in case that content is in full screen mode). How i can make…
a.black13
  • 2,157
  • 4
  • 19
  • 20
2
votes
1 answer

How to use a DrawerLayout in conjunction with a Slidingpanelayout?

I am using a DrawerLayout for the main menu. By clicking one of the menu items, I start an activity that has a master-detail relationship (that uses SlidingPaneLayout). However, when the user closes the navigation drawer and does not choose any menu…
2
votes
2 answers

Intercept touch event SlidingPaneLayout

I have an Activity with a SlidingPaneLayout, and inside there are two fragments: a ListView on the left, and a MapFragment on the right. How is it possible to intercept the touch event generated so that the user can move the map without close the…
1
vote
0 answers

Is it possible to place an external dart page in to the sliding_up_panel 0.3.5?

I want to build a simple app with a slide up panel, in this slide up panel there should be a chat with a chat bot, I have written a working chatbot app in flutter and a working app with a slide up panel, but now I don't really know how to get the…
Rem Galleu
  • 109
  • 1
  • 6
1
vote
0 answers

SlidingUpPanelLayout should be visible through transparent status bar

I'm working on an app with a SlidingUpPanelLayout (com.sothree.slidinguppanel.SlidingUpPanelLayout). When expanding this Layout, it should fill the screen, up to the top of the statusbar. But the status bar is not completely transparent. I already…
the_dani
  • 2,466
  • 2
  • 20
  • 46
1
vote
0 answers

Umano Android SlidingUpPanel isn't going under status bar

This is quite different from this, it's basically the opposite request, but I've tried to follow that solutions backwards anyway but I still doesn't have the slider going below my status bar. Here's a gif showing my results: Code…
Sabatino
  • 123
  • 3
  • 16
1
vote
1 answer

How to fix the expanded height of umano slidingpanellayout

I am trying to fix the expanded height of the sliding panel. What I want is that the sliding panel layout can be expanded only to 40 or 50% of screen height. I tried adding umanoAnchorPoint attribute with value 0.4 but the view can still be dragged…
pvn
  • 2,016
  • 19
  • 33
1
vote
1 answer

How to change height of visible area in umano sliding panel?

I want to change the height of the panel which is visible by default. I tried changing umanoPanelHeight but it has absolutely no effect.
varunkr
  • 5,364
  • 11
  • 50
  • 99
1
vote
1 answer

Troubles with AndroidSlidingUpPanel with Eclipse - Error Inflating class

I'm trying to use the AndroidSlidingUpPanel library (in Eclipse) and I have this error: 04-19 20:09:48.413: E/AndroidRuntime(13760): java.lang.RuntimeException: Unable to start activity…
flagg327
  • 967
  • 1
  • 10
  • 21
1
vote
2 answers

Android disable Sliding Panel Layout on specific condition

I am using AndroidSlidingUpPanel on my project . I want to disable sliding on specific condition . So that only top part is visible , and dragging is disabled .
aroSuv
  • 127
  • 3
  • 14
1
vote
2 answers

Android show one layout element over another

I know this type of problem already discussed here so many times . But in my case none of them working for me . I am using AndroidSlidingUpPanel in my project with navigation drawer. The problem is sliding panel layout always showing over…
1
vote
0 answers

Android SlidingPaneLayout Left Pane width

I have been working on an android app where i have to implement chat , for which I am working with a Master-Detail flow for the actual chat just like any chat app would have , I have been using AndroidSlidingPaneLayout . The problem I am having is…
Afia khan
  • 11
  • 4