From de53357520f3e0f5d1304699fbd4d3b6f900d088 Mon Sep 17 00:00:00 2001 From: Bobby Date: Thu, 4 Jun 2015 10:54:26 -0400 Subject: [PATCH] new icon, UI updates --- Apps/Motion/AndroidManifest.xml | 13 ++- .../Motion/res/layout-v11/duration_dialog.xml | 9 --- Apps/Motion/res/layout-v11/enter_name.xml | 53 +++++++++++++ Apps/Motion/res/layout-v11/main.xml | 2 +- Apps/Motion/res/layout-v11/presets.xml | 7 -- Apps/Motion/res/layout-v11/rate_dialog.xml | 8 -- Apps/Motion/res/layout-v11/reset.xml | 7 -- Apps/Motion/res/layout-v21/main.xml | 2 +- Apps/Motion/res/layout/enter_name.xml | 37 +++++++++ Apps/Motion/res/layout/main.xml | 2 +- Apps/Motion/res/values/strings.xml | 3 +- .../src/edu/uml/cs/isense/motion/Motion.java | 70 +++-------------- .../uml/cs/isense/motion/PresetScreen.java | 4 +- .../cs/isense/motion/RecordingService.java | 17 +--- .../cs/isense/motion/dialogs/EnterName.java | 74 ++++++++++++++++++ Apps/Pictures/AndroidManifest.xml | 2 + .../res/drawable-hdpi/ic_launcher.png | Bin 2392 -> 32878 bytes .../res/drawable-mdpi/ic_launcher.png | Bin 1546 -> 32878 bytes .../res/drawable-xhdpi/ic_launcher.png | Bin 3462 -> 32878 bytes Apps/Pictures/res/drawable/ic_launcher.png | Bin 0 -> 32878 bytes .../res/layout-v11/continuous_shooting.xml | 8 -- .../res/layout/continuous_shooting.xml | 8 -- .../res/layout-v11/project_id.xml | 8 -- Libs/iSENSE Imports/res/values-v11/styles.xml | 3 +- 24 files changed, 194 insertions(+), 143 deletions(-) create mode 100644 Apps/Motion/res/layout-v11/enter_name.xml create mode 100644 Apps/Motion/res/layout/enter_name.xml create mode 100644 Apps/Motion/src/edu/uml/cs/isense/motion/dialogs/EnterName.java create mode 100644 Apps/Pictures/res/drawable/ic_launcher.png diff --git a/Apps/Motion/AndroidManifest.xml b/Apps/Motion/AndroidManifest.xml index 8a93f455..9ed0861b 100644 --- a/Apps/Motion/AndroidManifest.xml +++ b/Apps/Motion/AndroidManifest.xml @@ -52,7 +52,7 @@ @@ -102,10 +102,9 @@ android:theme="@style/AppThemeDialog" tools:ignore="MissingRegistered" /> + android:name="edu.uml.cs.isense.motion.dialogs.EnterName" + android:label="Enter Data Set Name" + android:theme="@style/AppThemeDialog"/> - - - + + + + + + + + + + + + + + +