Questions tagged [android-sliding]
183 questions
1
vote
1 answer
SlidingPaneLayout background color
I am using SlidingUpPanel. Everything works great. :) What I would like to achieve is change the background color of the panel in the image to transparent so that it shows the part of the image behind it. I tried setting background color of the…

Atul O Holic
- 6,692
- 4
- 39
- 74
1
vote
0 answers
MaterialDesign SlidingTabLayout is not displaying tabs properly
I am working on MaterialDesign Tabs with Navigation drawer.I am following below example reference for integrating with my app.
https://github.com/tekinarslan/AndroidMaterialDesignToolbar
I just imported this project into my eclipse and just run into…

malli
- 642
- 2
- 12
- 30
1
vote
1 answer
Listener for checking the state of SlidingUpPanel
I want to change the visblity of an item when AndroidSlidingUpPanel is expanded to full screen.Is there any listener which detects whether sliding panel is full screen?I tried using this but didn't worked-
slidingPaneLayout.setOnDragListener(new…

Android Developer
- 9,157
- 18
- 82
- 139
1
vote
2 answers
Rotate ImageView in Sliding Up Panel
In my android application I used umano`s sliding up panel (Click here)
I am tring to twist(rotate) ImageView as in the picture below. The changes of ImageView depends on how far panel opened. Is it possible to twist(rotate) ImageView by sliding of…

Nurzhan Nogerbek
- 4,806
- 16
- 87
- 193
1
vote
1 answer
SlidingTabStrip indicator underneath SlidingTabLayout
I am using a fragment pager adapter for two tabs, based almost identically on the code from the Sliding Tabs Basic sdk sample. All was working fine until I tried to swap out the action bar for the tool bar. I had to switch up my theme to light, and…

Daniel Wilson
- 18,838
- 12
- 85
- 135
1
vote
2 answers
Implementaing ListView within sidemenu
Here is the code of my program which i used to implement the slide panel, but i want to make list view items in it. So how do i do it? Please help.
Thanks in advance!
MainActivity Code:
// Slide the Panel
menuRightButton = (ImageView)…
user4393699
1
vote
2 answers
I need to show the background colour white colour in slider menu
I am using NavigationDrawerItemsAdapter listener for showing the options in slider menu when option are less it is showing half part as transparency i want to show white background as height of the device.
public class…

user3114723
- 401
- 1
- 6
- 17
1
vote
0 answers
create android Sliding Menu like Flipkart(IOS App)
I need sliding menu which look like as flipkart application(IOS).please refer me any links or any idea.i checked with ios flipkart application.

RamBabu Pudari
- 912
- 7
- 19
1
vote
1 answer
3 Pane Layout using SlidingPaneLayout like Yatra.com
I want a three column pane layout like Yatra.com app in which the sliding pane can slide from either left or right side. But SlidingPaneLayout only accepts two panes. When I try to put three fragments in there it doesn't show anything at all.
I…

0xC0DED00D
- 19,522
- 20
- 117
- 184
1
vote
1 answer
How to set animation to sliding menu icon
i'm using the sliding menu by jfeinstein10, i'm able to set the navigation drawer icon given here
http://romannurik.github.io/AndroidAssetStudio/icons-nav-drawer-indicator.html.
Now i want to know how to set the animation for it, i.e like when i…

Naruto
- 9,476
- 37
- 118
- 201
1
vote
1 answer
Umano Android SlidingUpPanel - error when changing language
I am using the Umano Android SlidingUpPanel (https://github.com/umano/AndroidSlidingUpPanel), it works just the way I want it to, but when I change the language of my device, I am getting an
"ClassNotFoundException when unmarshalling:
…

deimos1988
- 5,896
- 7
- 41
- 57
1
vote
1 answer
How to show sliding menu & fragment of selected option In same activity?
// nav drawer title
private CharSequence mDrawerTitle;
// used to store app title
private CharSequence mTitle;
// slide menu items
private String[] navMenuTitles;
private TypedArray navMenuIcons;
private ArrayList…
user3647620
1
vote
1 answer
How to create custom sliding Menu bar without using actionbar in android?
I would like design sliding menu bar on my layout button click or slide the screen :
on menu button click :

SAndroidD
- 1,745
- 20
- 33
1
vote
1 answer
Activity sliding in android
I have listview on MainFragment. When i clicked on listview cell open second intent (DetailActivity) and this show me detailed information of clicked cell.
How make Activity sliding in android?
1) MainFragment
2) DetailActivity

user1088259
- 345
- 13
- 34
1
vote
2 answers
android wipe animation when button bar slide up
I'm trying to create slidingup animation in android application to change between two view of layout.
I've tried from this tutorial
but the second screen didn't come like what I want.
I want the second layout to come like a wipe animation, like the…

user3410051
- 111
- 2
- 5