Is it possible to make a divider drawable that consists of 3 images - 2 are ends of lines and the middle should stretch. So the idea is to make something like at any layout - to have ends with a fixed size - like wrap_content and the middle part is to be stretched.
Is it possible - to make it in xml drawable or programmatically?
Thx in advance