From: miles Date: Fri, 25 Oct 2013 20:20:13 +0000 (+0000) Subject: added multiple screens (activities), switching mechanism X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=bf0587c44b381ce15a86ac38ad18103bd189a45e;p=old-jaiswallab-svn%2F.git added multiple screens (activities), switching mechanism updated buttons (different looks when pressed) fixed some crash errors new icon! started adding items via the app fixed some bugs that were causing data to be switched around svn path=/; revision=514 --- diff --git a/Personnel/justin/lab inventory/AndroidManifest.xml b/Personnel/justin/lab inventory/AndroidManifest.xml index e31fedc..a6ca943 100644 --- a/Personnel/justin/lab inventory/AndroidManifest.xml +++ b/Personnel/justin/lab inventory/AndroidManifest.xml @@ -24,6 +24,10 @@ + + diff --git a/Personnel/justin/lab inventory/bin/AndroidManifest.xml b/Personnel/justin/lab inventory/bin/AndroidManifest.xml new file mode 100644 index 0000000..a6ca943 --- /dev/null +++ b/Personnel/justin/lab inventory/bin/AndroidManifest.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Personnel/justin/lab inventory/bin/classes.dex b/Personnel/justin/lab inventory/bin/classes.dex new file mode 100644 index 0000000..a30e0d6 Binary files /dev/null and b/Personnel/justin/lab inventory/bin/classes.dex differ diff --git a/Personnel/justin/lab inventory/bin/jarlist.cache b/Personnel/justin/lab inventory/bin/jarlist.cache new file mode 100644 index 0000000..0565465 --- /dev/null +++ b/Personnel/justin/lab inventory/bin/jarlist.cache @@ -0,0 +1,3 @@ +# cache for current jar dependency. DO NOT EDIT. +# format is +# Encoding is UTF-8 diff --git a/Personnel/justin/lab inventory/bin/lab inventory.apk b/Personnel/justin/lab inventory/bin/lab inventory.apk new file mode 100644 index 0000000..d1ddb00 Binary files /dev/null and b/Personnel/justin/lab inventory/bin/lab inventory.apk differ diff --git a/Personnel/justin/lab inventory/bin/res/crunch/drawable-hdpi/ic_action_search.png b/Personnel/justin/lab inventory/bin/res/crunch/drawable-hdpi/ic_action_search.png new file mode 100644 index 0000000..ffec9be Binary files /dev/null and b/Personnel/justin/lab inventory/bin/res/crunch/drawable-hdpi/ic_action_search.png differ diff --git a/Personnel/justin/lab inventory/bin/res/crunch/drawable-hdpi/ic_launcher.png b/Personnel/justin/lab inventory/bin/res/crunch/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..fbed22c Binary files /dev/null and b/Personnel/justin/lab inventory/bin/res/crunch/drawable-hdpi/ic_launcher.png differ diff --git a/Personnel/justin/lab inventory/bin/res/crunch/drawable-hdpi/light_grey_button.png b/Personnel/justin/lab inventory/bin/res/crunch/drawable-hdpi/light_grey_button.png new file mode 100644 index 0000000..e6b0b8c Binary files /dev/null and b/Personnel/justin/lab inventory/bin/res/crunch/drawable-hdpi/light_grey_button.png differ diff --git a/Personnel/justin/lab inventory/bin/res/crunch/drawable-ldpi/ic_launcher.png b/Personnel/justin/lab inventory/bin/res/crunch/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000..fbed22c Binary files /dev/null and b/Personnel/justin/lab inventory/bin/res/crunch/drawable-ldpi/ic_launcher.png differ diff --git a/Personnel/justin/lab inventory/bin/res/crunch/drawable-ldpi/light_grey_button.png b/Personnel/justin/lab inventory/bin/res/crunch/drawable-ldpi/light_grey_button.png new file mode 100644 index 0000000..e6b0b8c Binary files /dev/null and b/Personnel/justin/lab inventory/bin/res/crunch/drawable-ldpi/light_grey_button.png differ diff --git a/Personnel/justin/lab inventory/bin/res/crunch/drawable-mdpi/ic_action_search.png b/Personnel/justin/lab inventory/bin/res/crunch/drawable-mdpi/ic_action_search.png new file mode 100644 index 0000000..ce9399c Binary files /dev/null and b/Personnel/justin/lab inventory/bin/res/crunch/drawable-mdpi/ic_action_search.png differ diff --git a/Personnel/justin/lab inventory/bin/res/crunch/drawable-mdpi/ic_launcher.png b/Personnel/justin/lab inventory/bin/res/crunch/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..fbed22c Binary files /dev/null and b/Personnel/justin/lab inventory/bin/res/crunch/drawable-mdpi/ic_launcher.png differ diff --git a/Personnel/justin/lab inventory/bin/res/crunch/drawable-mdpi/light_grey_button.png b/Personnel/justin/lab inventory/bin/res/crunch/drawable-mdpi/light_grey_button.png new file mode 100644 index 0000000..e6b0b8c Binary files /dev/null and b/Personnel/justin/lab inventory/bin/res/crunch/drawable-mdpi/light_grey_button.png differ diff --git a/Personnel/justin/lab inventory/bin/res/crunch/drawable-xhdpi/ic_action_search.png b/Personnel/justin/lab inventory/bin/res/crunch/drawable-xhdpi/ic_action_search.png new file mode 100644 index 0000000..b2d7b2d Binary files /dev/null and b/Personnel/justin/lab inventory/bin/res/crunch/drawable-xhdpi/ic_action_search.png differ diff --git a/Personnel/justin/lab inventory/bin/res/crunch/drawable-xhdpi/ic_launcher.png b/Personnel/justin/lab inventory/bin/res/crunch/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..fbed22c Binary files /dev/null and b/Personnel/justin/lab inventory/bin/res/crunch/drawable-xhdpi/ic_launcher.png differ diff --git a/Personnel/justin/lab inventory/bin/res/crunch/drawable-xhdpi/light_grey_button.png b/Personnel/justin/lab inventory/bin/res/crunch/drawable-xhdpi/light_grey_button.png new file mode 100644 index 0000000..e6b0b8c Binary files /dev/null and b/Personnel/justin/lab inventory/bin/res/crunch/drawable-xhdpi/light_grey_button.png differ diff --git a/Personnel/justin/lab inventory/bin/resources.ap_ b/Personnel/justin/lab inventory/bin/resources.ap_ new file mode 100644 index 0000000..d3e0b79 Binary files /dev/null and b/Personnel/justin/lab inventory/bin/resources.ap_ differ diff --git a/Personnel/justin/lab inventory/res/drawable-hdpi/ic_launcher.png b/Personnel/justin/lab inventory/res/drawable-hdpi/ic_launcher.png index 4e9c3d9..fc58b04 100644 Binary files a/Personnel/justin/lab inventory/res/drawable-hdpi/ic_launcher.png and b/Personnel/justin/lab inventory/res/drawable-hdpi/ic_launcher.png differ diff --git a/Personnel/justin/lab inventory/res/drawable-hdpi/light_grey_button.png b/Personnel/justin/lab inventory/res/drawable-hdpi/light_grey_button.png new file mode 100644 index 0000000..6e97a65 Binary files /dev/null and b/Personnel/justin/lab inventory/res/drawable-hdpi/light_grey_button.png differ diff --git a/Personnel/justin/lab inventory/res/drawable-hdpi/update_button.xml b/Personnel/justin/lab inventory/res/drawable-hdpi/update_button.xml index cc50636..4ee40e3 100644 --- a/Personnel/justin/lab inventory/res/drawable-hdpi/update_button.xml +++ b/Personnel/justin/lab inventory/res/drawable-hdpi/update_button.xml @@ -1,4 +1,6 @@ - + + \ No newline at end of file diff --git a/Personnel/justin/lab inventory/res/drawable-ldpi/ic_launcher.png b/Personnel/justin/lab inventory/res/drawable-ldpi/ic_launcher.png index e01f783..fc58b04 100644 Binary files a/Personnel/justin/lab inventory/res/drawable-ldpi/ic_launcher.png and b/Personnel/justin/lab inventory/res/drawable-ldpi/ic_launcher.png differ diff --git a/Personnel/justin/lab inventory/res/drawable-ldpi/light_grey_button.png b/Personnel/justin/lab inventory/res/drawable-ldpi/light_grey_button.png new file mode 100644 index 0000000..6e97a65 Binary files /dev/null and b/Personnel/justin/lab inventory/res/drawable-ldpi/light_grey_button.png differ diff --git a/Personnel/justin/lab inventory/res/drawable-ldpi/update_button.xml b/Personnel/justin/lab inventory/res/drawable-ldpi/update_button.xml index cc50636..17efd8c 100644 --- a/Personnel/justin/lab inventory/res/drawable-ldpi/update_button.xml +++ b/Personnel/justin/lab inventory/res/drawable-ldpi/update_button.xml @@ -1,4 +1,6 @@ + \ No newline at end of file diff --git a/Personnel/justin/lab inventory/res/drawable-mdpi/ic_launcher.png b/Personnel/justin/lab inventory/res/drawable-mdpi/ic_launcher.png index 0abbc80..fc58b04 100644 Binary files a/Personnel/justin/lab inventory/res/drawable-mdpi/ic_launcher.png and b/Personnel/justin/lab inventory/res/drawable-mdpi/ic_launcher.png differ diff --git a/Personnel/justin/lab inventory/res/drawable-mdpi/light_grey_button.png b/Personnel/justin/lab inventory/res/drawable-mdpi/light_grey_button.png new file mode 100644 index 0000000..6e97a65 Binary files /dev/null and b/Personnel/justin/lab inventory/res/drawable-mdpi/light_grey_button.png differ diff --git a/Personnel/justin/lab inventory/res/drawable-mdpi/update_button.xml b/Personnel/justin/lab inventory/res/drawable-mdpi/update_button.xml index cc50636..17efd8c 100644 --- a/Personnel/justin/lab inventory/res/drawable-mdpi/update_button.xml +++ b/Personnel/justin/lab inventory/res/drawable-mdpi/update_button.xml @@ -1,4 +1,6 @@ + \ No newline at end of file diff --git a/Personnel/justin/lab inventory/res/drawable-xhdpi/ic_launcher.png b/Personnel/justin/lab inventory/res/drawable-xhdpi/ic_launcher.png index 4cb8ab0..fc58b04 100644 Binary files a/Personnel/justin/lab inventory/res/drawable-xhdpi/ic_launcher.png and b/Personnel/justin/lab inventory/res/drawable-xhdpi/ic_launcher.png differ diff --git a/Personnel/justin/lab inventory/res/drawable-xhdpi/light_grey_button.png b/Personnel/justin/lab inventory/res/drawable-xhdpi/light_grey_button.png new file mode 100644 index 0000000..6e97a65 Binary files /dev/null and b/Personnel/justin/lab inventory/res/drawable-xhdpi/light_grey_button.png differ diff --git a/Personnel/justin/lab inventory/res/drawable-xhdpi/update_button.xml b/Personnel/justin/lab inventory/res/drawable-xhdpi/update_button.xml index cc50636..17efd8c 100644 --- a/Personnel/justin/lab inventory/res/drawable-xhdpi/update_button.xml +++ b/Personnel/justin/lab inventory/res/drawable-xhdpi/update_button.xml @@ -1,4 +1,6 @@ + \ No newline at end of file diff --git a/Personnel/justin/lab inventory/res/layout/activity_add.xml b/Personnel/justin/lab inventory/res/layout/activity_add.xml new file mode 100644 index 0000000..e7b6b5a --- /dev/null +++ b/Personnel/justin/lab inventory/res/layout/activity_add.xml @@ -0,0 +1,76 @@ + + + + +