From 66ca6be0ab77ae98b2eef7180fb98f521037b733 Mon Sep 17 00:00:00 2001 From: sjtufs Date: Mon, 2 Sep 2013 05:18:55 +0800 Subject: beta version fixed --- client/Piztor/src/com/macaroon/piztor/AlertMaker.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'client/Piztor/src/com/macaroon/piztor/AlertMaker.java') diff --git a/client/Piztor/src/com/macaroon/piztor/AlertMaker.java b/client/Piztor/src/com/macaroon/piztor/AlertMaker.java index eec01f5..16e15db 100644 --- a/client/Piztor/src/com/macaroon/piztor/AlertMaker.java +++ b/client/Piztor/src/com/macaroon/piztor/AlertMaker.java @@ -51,8 +51,9 @@ public class AlertMaker { private GeoPoint markerPoint; private MapMaker mapMaker; private long timestamp; - int mHour; - int mMinute; + int mHour; + int mMinute; + myApp app; public AlertMaker(Context cc, MapMaker mm) { context =cc; @@ -192,7 +193,7 @@ public void showRemoveMarkerAlert() { LayoutInflater infaler = LayoutInflater.from(context); final LinearLayout layout = (LinearLayout)infaler.inflate(R.layout.checkindialog, null); checkinDialog.setView(layout); - checkinDialog.setNeutralButton("取消", new DialogInterface.OnClickListener() { + checkinDialog.setNeutralButton("确定", new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int which) { InputMethodManager im = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE); im.hideSoftInputFromWindow(layout.getWindowToken(), 0); -- cgit v1.2.3