我有一個警報對話框,它上面有一個列表,我想關閉onlistclick是可能的嗎? AlertDialog.Builder builder = new AlertDialog.Builder(this);
final String[] Categories = SQLiteHelper.getAllCategories();//this is where i get the array
我是Robotium的新手。我使用對話框構建器創建了一個警告對話框,並使用show命令調用它。我可以使用Robotium默認觸發'ok'按鈕,我無法爲'取消'按鈕做同樣的操作。由於對話框沒有與id關聯,我不確定如何獲取按鈕的id。這裏是我的對話框 alertDialogBuilder
.setMessage("Please enter only numbers without any space