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

[Android] Don't force the SetSingleLine() to true #234

Merged
merged 1 commit into from Aug 2, 2016
Merged

[Android] Don't force the SetSingleLine() to true #234

merged 1 commit into from Aug 2, 2016

Commits on Jun 21, 2016

  1. [Android] By using the SetSingleLine(true), the developers are no

    longer able to use the SetMaxLines() in their own Custom Renderers
    later on. So we force a single line by using the SetMaxLines(1) in the
    base LabelRenderer and SetSingleLine(false)
    Depechie committed Jun 21, 2016
    Copy the full SHA
    ac7da36 View commit details
    Browse the repository at this point in the history