键盘把视图顶起来

getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);

 或在AndroidManifest.xml

  <activity

android:name="com.audiocn.karaoke.phone.live.FlowerCharmActivity"
android:configChanges="keyboardHidden|navigation|orientation|locale|screenLayout|screenSize"
android:exported="true"
android:launchMode="singleTop"
android:screenOrientation="portrait"
android:theme="@style/no_title"
android:windowSoftInputMode="adjustResize" />

猜你喜欢

转载自h496950806.iteye.com/blog/2244877