クリックしたときに ExpandableList が閉じないようにする方法はありますか? 私は試した:
@Override
public void onClick(View v) {
if (v == expandableList){
expandableList.expandGroup(0); //Let's imagine there's only one parent and one child
}
}
しかし、うまくいきません。
クリックしたときに ExpandableList が閉じないようにする方法はありますか? 私は試した:
@Override
public void onClick(View v) {
if (v == expandableList){
expandableList.expandGroup(0); //Let's imagine there's only one parent and one child
}
}
しかし、うまくいきません。