Skip to content

Commit

Permalink
Updated Android EditorHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezruiz committed Mar 18, 2021
1 parent be0b9d7 commit b635af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/src/Handlers/Editor/EditorHandler.Android.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protected override AppCompatEditText CreateNativeView()

editText.SetSingleLine(false);
editText.Gravity = GravityFlags.Top;
editText.TextAlignment = global::Android.Views.TextAlignment.ViewStart;
editText.TextAlignment = Android.Views.TextAlignment.ViewStart;
editText.SetHorizontallyScrolling(false);

return editText;
Expand Down

0 comments on commit b635af0

Please sign in to comment.