onwardzhang
Results
1
issues of
onwardzhang
Right now, `TextViewProxy` doesn't support `minHeight`. https://developer.android.com/reference/android/widget/TextView#setMinHeight(int) `TextView` has this special property. If we don't support this, it may use the `View.setMinimumHeight(int)` which is supported in our `ViewProxy` > The...