From 54bd082e89b15bd4ee0090da12c81d2dd84e0ea0 Mon Sep 17 00:00:00 2001 From: tim Date: Tue, 15 Apr 2014 00:46:28 +0200 Subject: [PATCH] - Final commit. --- HypoAlarm/HypoAlarm-HypoAlarm.iml | 40 ++++++++----------- .../org/treehouse/hypoalarm/MainActivity.java | 1 - 2 files changed, 17 insertions(+), 24 deletions(-) diff --git a/HypoAlarm/HypoAlarm-HypoAlarm.iml b/HypoAlarm/HypoAlarm-HypoAlarm.iml index 978d53d..70b00c6 100644 --- a/HypoAlarm/HypoAlarm-HypoAlarm.iml +++ b/HypoAlarm/HypoAlarm-HypoAlarm.iml @@ -8,11 +8,10 @@ - - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/HypoAlarm/src/main/java/za/org/treehouse/hypoalarm/MainActivity.java b/HypoAlarm/src/main/java/za/org/treehouse/hypoalarm/MainActivity.java index f0589a3..8afce2e 100644 --- a/HypoAlarm/src/main/java/za/org/treehouse/hypoalarm/MainActivity.java +++ b/HypoAlarm/src/main/java/za/org/treehouse/hypoalarm/MainActivity.java @@ -227,7 +227,6 @@ public class MainActivity extends ActionBarActivity { alert.setView(messageInput); alert.setMessage(getString(R.string.setMessage)); - alert.setPositiveButton("OK", new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int whichButton) { String value = messageInput.getText().toString();