I meet a view
MobilePlayerActivity
(from China douyutv app)
set with
android:windowSoftInputMode="adjustResize|stateHidden"
We can see that the EditText
don't popup the contentView
.
So My question is why the contentView can not been popped up and how to implement this?