Any way to increase anchor textView width?
The anchor text view seems to be using a static width and the texts are not shown fully. It is ellipsized at teh end with ...
How to change the text view width??
I overrided the layout "sequence_step.xml" and it solved this issue of fixed width.
I overrided the layout "sequence_step.xml" and it solved this issue of fixed width.
that would work, but a cleaner way would be to make it an attribute
@saschoar do you expect to include a solution anytime soon? thank you btw for having this component.
@chandans7 how can I do that workaround while waiting for the fix?
@osvalr Checkout this link on how to override a layout.
thanks @michaelbukachi
thanks