I'm trying to put 2 textViews side by side in ConstraintLayout while the left view has a dynamic text (can be either short text or a very long text that should be ellipsis if it's overlapping the second view). I want that the 2 textviews will be side by side, so the second view will start at the end of the first view.
Please help :-)