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

Error inflating class fragment: Line 10 xml

I'm building an app with a sliding pane and im having trouble running it. I am keep having FCs. I am fairly new to android development. package com.anshikka.datagushalpha; import android.os.Bundle; import…
-3
votes
3 answers

FATAL EXCEPTION on retrieving a Drawable or color only on Android < 4.0

I'm trying to fix my app and I can't figure out what's the problem. The problem is ONLY when I run the app on Android version < 4.0 so I guess the problem is about appcompat, but I have no idea how to fix it. The error when I run it is this: 07-30…
michoprogrammer
  • 1,159
  • 2
  • 18
  • 45
1 2 3 4 5 6 7
8