Commit 11b60b2b by Zac Chan

Android Max Lines

parent f6348a82
......@@ -85,6 +85,7 @@ public class FluttertoastPlugin implements MethodCallHandler {
TextView text = toast.getView().findViewById(android.R.id.message);
text.setTextSize(textSize.floatValue());
text.setMaxLines(1)
final View toastView = toast.getView();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment