TextView Width After ImageView Curve

I am trying to do something like this. The width of the TextView should follow the ImageView curve.

enter image description here

I searched a lot, but could not find what I need. Does anyone know a solution to this or any doc library or file that might help? Thank you in advance.

+5
source share
1 answer

You can use this FlowTextView

TextView that extends RelativeLayout. The text will span any child views within the layout.

+2
source

Source: https://habr.com/ru/post/1261823/


All Articles