Search code examples
androidandroid-layoutandroid-activity

How to achieve half window in android studio


How to achieve this kind of window in my android app?? I want to make this kind of window appear on button click. I don't know which view to use for this. enter image description here


Solution

  • That is a BottomSheet in android. Take a look at this video to learn how to Implement a BottomSheet.