I'm planning to make an Android icon theme set, but I want to be able to create a background/foreground frame mask to the loose icons so that they match the theme. How is the mask implemented? For example, if I want to make a mask of a ring of flowers as the background and a single flower as the foreground of any icon, how is that done in Android Studio?
Asked
Active
Viewed 1,110 times
0
-
I am not 100% sure what it is you are asking. Perhaps this will be of some assistance? http://stackoverflow.com/questions/14801075/android-how-to-apply-mask-on-imageview – Coova Mar 03 '15 at 21:46
-
Ah! I think that's precisely what I'm looking for. So you can do masking directly on ImageView...that's awesome. ps. sorry for the bad phrasing, as I'm still new to Android dev and I'm not very familiar with the technical terms yet. – Kester Mar 03 '15 at 21:50
-
That is okay. Hopefully this works out for you. If you do ask more questions though, I would try to do as much research as you can prior. Also if you cannot find a way to explain your issue verbally, perhaps creating some type of graphic may help as well. Anyways, best of luck! – Coova Mar 03 '15 at 21:55