For some reasons, I have to create a kind of custom spinner. I meam, I want to display a Button/an ImageButton and onClick on it, I want to display a list. But this list must be floating like with a spinner. The problem is I haven't and I can't add a RelativeLayout as a parent. So how can I add a view floating on the top and looking like a spinner's list ?
I need you ! :D