sequence-layout icon indicating copy to clipboard operation
sequence-layout copied to clipboard

Any way to increase anchor textView width?

Open sjd753 opened this issue 7 years ago • 6 comments

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??

sjd753 avatar Sep 10 '18 12:09 sjd753

I overrided the layout "sequence_step.xml" and it solved this issue of fixed width.

chandans7 avatar Sep 25 '18 06:09 chandans7

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 avatar Sep 26 '18 14:09 saschoar

@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 avatar Jan 30 '19 19:01 osvalr

@osvalr Checkout this link on how to override a layout.

michaelbukachi avatar Feb 01 '19 20:02 michaelbukachi

thanks @michaelbukachi

osvalr avatar Feb 07 '19 20:02 osvalr

thanks

parthpatel7163 avatar Apr 15 '19 11:04 parthpatel7163