先给大家展示效果图:实现代码也很简单,代码如下所示:private void showLabelAlert() { new AlertDialog.Builder(上下文) .setTitle("选择标签") .set
先给大家展示效果图:
实现代码也很简单,代码如下所示:
private void showLabelAlert() { new AlertDialog.Builder(上下文) .setTitle("选择标签") .setItems(addressLabels, new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int which) { if (which != 0) { 文字控件.setText(addressLabels[which]); } } }) .create().show();}String[] addressLabels = new String[]{"无", "家", "公司", "学校",};
--结束END--
本文标题: Android 简单的弹出框(在屏幕中间,传string[],根据内容框框大小自适应)
本文链接: https://lsjlt.com/news/223560.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0