标签: android android-gallery
我有一个带有textviews的图库。最初选择的项目没有state_selected。甚至textview.setSelection(i)也无济于事。有工作吗?
答案 0 :(得分:0)
初始化您的图库(例如在onCreate中),如下所示:
gallery = (Gallery) findViewById(R.id.myGrid); gallery.setSelected(true); gallery.setSelection(0);