I’m trying to develop an android app, and I’m lost at something that I did in 10 minutes on iOS 🙁
I’m trying to create a rounded corner VIEW or Layout that contains an image, a bottom shadow, and a label with content such as a number.
Here is an example of what I wish to create:

As you can see, it is not just the image which has a round cornered, but the complete element.
I would really appreciate it if someone could help me!
Short answer: android doesn’t support clipping children to a background image and android does not support non rectangular views (feel free to correct me if i am wrong)
you can accomplish this using some hackery i won’t personally give you myself, see: https://stackoverflow.com/a/8313096/623683
The real answer is: stop copying the “iOS look and feel” you won’t get far and it goes against Google’s own android style guide… probably not what you wanted to hear but android isn’t iOS so we shouldn’t treat it as such…
sorry i couldn’t be more help -ck