0

Android get hidden screen from bottom when long pressing system "home" button.

image

When I long press on the home , a view comes from bottom , which can be scrollable, I want to do that in my app. please suggest me, how to do.

Amir Uval
  • 14,425
  • 4
  • 50
  • 74
Voora Tarun
  • 1,266
  • 1
  • 20
  • 38
  • Are you asking how to create a list display (by clicking some new button you create)? Or are you asking how to override the system home button? – Amir Uval Jul 30 '16 at 10:53
  • 1
    I am asking how to create like that only. – Voora Tarun Jul 30 '16 at 10:55
  • 1
    Possible duplicate of [Android How to implement Bottom Sheet from Material Design docs](http://stackoverflow.com/questions/26721403/android-how-to-implement-bottom-sheet-from-material-design-docs) – Amir Uval Jul 30 '16 at 11:01

1 Answers1

1

The component is called "Bottom Sheet"

So your question is a meta-question of Android How to implement Bottom Sheet from Material Design docs.

a full description and documentation can be found here.

Community
  • 1
  • 1
Amir Uval
  • 14,425
  • 4
  • 50
  • 74