-3

How to make a dialog like this example? (On the RIGHT)

enter image description here

If you look close, the dialog overlap the status bar and it has a very tiny margin from smartphone border...

How can I do this?

Mr_Anderson
  • 120
  • 2
  • You tried creating a full screen activity, then setting the layout as you wish? – Maxinne Oct 14 '16 at 17:51
  • They're just two different view within a specified layout. Not familiar with android dev, but [this looks like it may point you in the right direction](https://developer.android.com/guide/topics/ui/layout/relative.html#Position) – StoriKnow Oct 14 '16 at 17:57

1 Answers1

0

It looks like a dialog. Try to create a custom Activity as Dialog with some views. I hope it helps you.

https://developer.android.com/guide/topics/ui/dialogs.html#FullscreenDialog

Android Activity as a dialog

Community
  • 1
  • 1
giffell
  • 1
  • 2