Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support baseline alignment #60

Open
damianw opened this issue Sep 19, 2017 · 2 comments
Open

Support baseline alignment #60

damianw opened this issue Sep 19, 2017 · 2 comments

Comments

@damianw
Copy link

damianw commented Sep 19, 2017

TextViews are often baseline-aligned to other views. TickerView should also support layout_alignBaseline and other similar layout attributes.

@claytonwells
Copy link

Hi

Is there any plans to add res-auto:layout_constraintBaseline_toBaselineOf support to the library?

@Mdany
Copy link

Mdany commented Mar 13, 2024

ConstraintLayout support layout_constraintBaseline_toBaselineOf,override getBaseline in tickerVIew class.
@Override public int getBaseline() { return (int) metrics.getCharBaseline(); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants