tags:

views:

44

answers:

2

I want to place an ImageButton on another ImageView in android.

How should I do it?

A: 

Over it?

Place both of them inside a FrameLayout.

Macarse
A: 

Use the RelativeLayout and set different paddings.

More infos here:

http://developer.android.com/resources/tutorials/views/hello-relativelayout.html

Christoph Jerolimov