trying to get a better rendering ...
This commit is contained in:
parent
8403a9aaca
commit
f982d82bd1
1 changed files with 4 additions and 1 deletions
|
|
@ -105,6 +105,9 @@ namespace BookAStar.Droid
|
|||
base.OnElementPropertyChanged(sender, e);
|
||||
}
|
||||
|
||||
|
||||
protected override void OnMeasure(int widthMeasureSpec, int heightMeasureSpec)
|
||||
{
|
||||
base.OnMeasure(widthMeasureSpec, editorView.ContentHeight);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue