gpt4 book ai didi

android - Multiselect 不是 multiselect ,因为当我选择一个它关闭

转载 作者:行者123 更新时间:2023-11-30 03:23:55 25 4
gpt4 key购买 nike

我有多选微调器,但是当我选择一个微调器时,微调器关闭了。我想选择几件事。这是我的代码:

protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.search);

ArrayList<CategorySearch> categoriesList = new ArrayList<CategorySearch>();

categorySpinner =(Spinner)findViewById(R.id.categorySpinner);
subCategorySpinner = (Spinner)findViewById(R.id.subCategorySpinner);

categoriesList = populateList();

ArrayAdapter<CategorySearch> categoriesAdapter = new ArrayAdapter<CategorySearch>(this, android.R.layout.select_dialog_multichoice, categoriesList);
categorySpinner.setAdapter(categoriesAdapter);

当我选择一个时,列表正在关闭......之前谢谢!

最佳答案

关于android - Multiselect 不是 multiselect ,因为当我选择一个它关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18593225/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com