i would like to have a layout where i display a supportmapfragment and right under it a texbox where users can enter their text.
When the textbox has a focus i would like to show the keyboard (exactly like whatsapp does).
The problem im facing is that the map is taking all the space left, no matter if i use a LinearLayout or RelativeLayout. What i have managed to do so far is actually putting the textbox and the send button over the map, but not under. And even if i activate the keyboard, it doesnt really appear at all.
Thanks,