I want to place an ImageButton
on another ImageView
in android.
How should I do it?
I want to place an ImageButton
on another ImageView
in android.
How should I do it?
Use the RelativeLayout
and set different paddings.
More infos here:
http://developer.android.com/resources/tutorials/views/hello-relativelayout.html