Open damianw opened 7 years ago
Hi
Is there any plans to add _res-auto:layout_constraintBaselinetoBaselineOf support to the library?
ConstraintLayout support layout_constraintBaseline_toBaselineOf,override getBaseline in tickerVIew class.
@Override public int getBaseline() { return (int) metrics.getCharBaseline(); }
TextView
s are often baseline-aligned to other views.TickerView
should also supportlayout_alignBaseline
and other similar layout attributes.