I'm trying to build a messaging app and I want to know if it's possible to recreate the sender image and name in XML in one shape/View
I want to make a CircleImageView with bent shape like in this picture
The image that i want to recreate
The reason I want it to be one shape is that i want to be able to change the color programatically.
PS:Right now I managed to get close to what I want by putting a TextView behind a CircleImageView.