i have two images one is background image and another is small image whick i want to mask on background image.i want like this!
Asked
Active
Viewed 408 times
0

Sagar Maiyad
- 12,655
- 9
- 63
- 99

Balwinder Singh
- 125
- 1
- 13
-
That's iPhone to Android homework. – Paresh Mayani Jun 06 '13 at 10:29
-
yes i want to convert iPhone app into android – Balwinder Singh Jun 06 '13 at 10:43
-
1check this out: http://stackoverflow.com/questions/16729169/how-to-maintain-multi-layers-of-imageviews-and-keep-their-aspect-ratio-based-on – pskink Jun 06 '13 at 10:49
-
give me some suggestion about this – Balwinder Singh Jun 06 '13 at 10:50
1 Answers
1
You are looking for a FrameLayout.
EDIT:
As @pskink points out, this class might be better. Credit goes to him. Please thank that answer, not this one.