提交 720aef26 编写于 作者: V Vergil

upload

上级 996cde8f
......@@ -92,7 +92,7 @@ public class HistoryActivity extends AppCompatActivity {
public boolean onItemLongClick(AdapterView<?> parent, final View view, int position, long id) {
new AlertDialog.Builder(HistoryActivity.this)
.setTitle("Warning")//这里是表头的内容
.setMessage("确定要删除该项历史录吗?")//这里是中间显示的具体信息
.setMessage("确定要删除该项历史录吗?")//这里是中间显示的具体信息
.setPositiveButton("确定",
new DialogInterface.OnClickListener() {
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册