You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.The text was updated successfully, but these errors were encountered: