且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

活动自动滚动到中间

更新时间:2023-09-22 23:41:10

onCreate method

RelativeLayout v = (RelativeLayout) findViewById(R.id.layout20); 

v.requestFocus();

更新:

并通过以下方法将其从GridView中删除:

and remove it from GridView by:

mGridView.setFocusable(false);