Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[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

Conversation

Depechie
Copy link
Contributor

@Depechie Depechie commented Jun 21, 2016

Description of Change

When using the SetSingleLine(true) in the base LabelRenderer on Android, developers won't be 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)

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)
@dnfclas
Copy link

dnfclas commented Jun 21, 2016

Hi @Depechie, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR.

TTYL, DNFBOT;

@Depechie Depechie changed the title [Android] Don't force the SetSingleLinet to true [Android] Don't force the SetSingleLine() to true Jun 21, 2016
@jassmith
Copy link

Needs manual testing to verify this doesn't screw with truncation.

@jassmith jassmith merged commit bfeffa7 into xamarin:master Aug 2, 2016
@samhouts samhouts added this to the 2.3.2 milestone Jun 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants