views:

288

answers:

1

Hi! I'm looking for how to overlay an ImageButton by a TextView in android xml layout. For the moment when I reduce the the TextView margin top, the TextView is going under the ImageButton. I want the contrary.

A: 

I had to use FrameLayout with padding top for the textview instead of LinearLyout

bertignac