1
I would like to know the name of this screen on Android to add so in my project . I thank you already .
1
I would like to know the name of this screen on Android to add so in my project . I thank you already .
1
This screen can be built through a "Custom Layout" of a Dialog, or in a "Dialog Fragment"
More information on this page
Browser other questions tagged android android-activity
You are not signed in. Login or sign up in order to post.
Must be Dialogfragment
– ramaral
Or a simple
AlertDialog
with custom layout, if you are not using fragments.– Piovezan
Thank you very much friends, both helped me a lot in answering the question asked : ) .
– Diego Kappaun
Someone make an answer.
– Jorge B.
can also be an Activity with android:Theme="@android:style/Theme.Holo.Light.Dialog" Possibilities is not lacking ;D
– Tobias Mesquita