[Android] By using the SetSingleLine(true), the developers are no (#234)
authorDepechie <Depechie@users.noreply.github.com>
Tue, 2 Aug 2016 20:59:56 +0000 (22:59 +0200)
committerJason Smith <jason.smith@xamarin.com>
Tue, 2 Aug 2016 20:59:56 +0000 (13:59 -0700)
commitbfeffa7115e6ea25e4f7deb7060f9cace27d10a8
tree3d0c84ca8ff76da11699a9ffc899b9dac7e5a510
parent3f88aebe22aaa0f8765648f15f1649c1a5ba2da4
[Android] By using the SetSingleLine(true), the developers are no (#234)

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)
Xamarin.Forms.Platform.Android/Renderers/LabelRenderer.cs