1. 程式人生 > >android scrollview中edittext 軟鍵盤跳出遮住edittext

android scrollview中edittext 軟鍵盤跳出遮住edittext

在setContentView(R.layout.activity_order_detail);前面加上

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