How to make a dialog slide from bottom to middle of screen in android

后端 未结 8 2483
别跟我提以往
别跟我提以往 2020-11-30 17:10

I want to show a dialog on my activity with animation. My dialog will slide from bottom of activity to middle of activity.

/****Edit****/

I\'m sorry for my q

8条回答
  •  [愿得一人]
    2020-11-30 17:54

    The new Material Design library gives you the BottomSheetDialog for that exact look and easier implementation

提交回复
热议问题