Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
1k views

I want to show menu, when I click burger menu on toolbar

I searched everywhere but don't got what I want'd. Burger menu click on toolbar, must show menu, like navigation drawer menu, but not left side, I want it from top side. It must have slide down ...
Jemo Mgebrishvili's user avatar
4 votes
0 answers
812 views

Dialog Slide Down Animation overlaps native android buttons bar layout

As the question title conveys, I am trying to close a dialog with slide down animation. Everything works perfectly except that while sliding down, the whole dialog layout overlaps the native android ...
Rajeev's user avatar
  • 1,404
0 votes
2 answers
57 views

Capturing gestures with OnTouchListeners

I'm trying to capture a gesture on android, I want to trigger an action when the user slideup over a view and another action when the user sliddown over the same view. I'm using the SetOntouchListener ...
felipe_bool's user avatar
61 votes
6 answers
143k views

Slidedown and slideup layout with animation

how can I display a layout in the center with slideUp when I press the button, and press again to hide ... slideDown in ANDROID help me with that, thnkss
EliasM's user avatar
  • 747
0 votes
1 answer
75 views

jQuery powered menu dosen't play well in android chrome

On this site http://creeight.se/stackExample1/ the vertical dropdown menu works in my desktop browsers (Chrome,FF,IE10) but it's really buggy in Chrome for android. The menu uses .slideDown() to open ...
Robin Cox's user avatar
  • 1,490
6 votes
1 answer
311 views

Issue with Sliding Drawer and Animations

I am working on a project where I should not use any XML file and sliding Drawer is must. But I found that Sliding Drawer is not possible through java coding, For this reason I started working on ...
Hummer's user avatar
  • 821
0 votes
1 answer
301 views

Slidedown a new layout from top

I have a main layout being hosted by an activity (setContentView method). I have a button in the layout. I want to be able to click this button and a new layout will slide down from the left/top ...
user1908945's user avatar
1 vote
1 answer
1k views

Android slide in/out layout with animation

i have googled a lot about this problem. I have a LinearLayout with 3 LinearLayouts in it. The first one is like a header for the second one. And the last one is just some other content. I now wan´...
schw4ndi's user avatar
  • 231
2 votes
1 answer
3k views

Making a slidable view from top to down, similar to the one in Android

The idea I'm having is having a view that can be pulled down on top of the current view, with similar animation features like the one you can pull down from the top all the time, on Android Devices. ...
Aske B.'s user avatar
  • 6,569
32 votes
6 answers
35k views

Slide down effect on ExpandableListView

Is it possible to have a nice slide up/down effect when expanding/collapsing an item of a ExpandableListView? If yes, how? Thanks in advance.
thomaus's user avatar
  • 6,238
6 votes
3 answers
92k views

Android layout_width & layout_height, how it works?

I am trying to create an interface, where two or more buttons will be displayed to the user, if a button is clicked, some Layouts will be displayed to him. I am using the SlidingDrawer for this ...
Yaqub Ahmad's user avatar
  • 27.6k