diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/search_activity.xml | 30 | ||||
-rw-r--r-- | res/values/strings.xml | 10 |
2 files changed, 5 insertions, 35 deletions
diff --git a/res/layout/search_activity.xml b/res/layout/search_activity.xml deleted file mode 100644 index 6e6bcd3..0000000 --- a/res/layout/search_activity.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:gravity="center|top" - android:orientation="vertical" - android:theme="@android:style/Theme.NoTitleBar" > - - <LinearLayout - xmlns:android="http://schemas.android.com/apk/res/android" - android:id="@+id/findContentLayout" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:gravity="center" - android:orientation="vertical" > - - <ProgressBar - android:id="@+id/findLoadBar" - style="?android:attr/progressBarStyleLarge" - android:layout_width="wrap_content" - android:layout_height="wrap_content" /> - - <ListView - android:id="@+id/findListItems" - android:layout_width="fill_parent" - android:layout_height="wrap_content" > - </ListView> - </LinearLayout> - -</LinearLayout>
\ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 7a62ceb..6f6cecc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -23,11 +23,11 @@ <!-- Welcome Dialog --> <string name="welcome_dialog_title">Southampton University Map App</string> - <string name="welcome_dialog_version">Version 0.7 (alpha)</string> + <string name="welcome_dialog_version">Version 0.9 (beta)</string> <string name="welcome_dialog_copyright">© 2011 Christopher Baines</string> <string name="welcome_dialog_upgrade_message">Thanks for upgrading this app, and it\'s hoped that its better for you than the previous version. Noteable changes include\:\n - • New Search\n - • Other\n + • This message\n + • New Search interface\n \nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -39,7 +39,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</string> <string name="welcome_dialog_install_message">Welcome to the Southampton University Map App. Noteable features include\:\n - • Search for Buildings\n + • Search for Buildings and Bus Stops\n • Get Live Bus Times\n \nThis program is free software; you can redistribute it and/or @@ -125,7 +125,7 @@ GNU General Public License for more details.</string> <!-- About Strings --> <string name="about">About</string> <string name="about_version">Version</string> - <string name="about_version_summary">0.7 (alpha)</string> + <string name="about_version_summary">0.9 (beta)</string> <string name="about_copyright">Copyright</string> <string name="about_copyright_summary">© 2012, Christopher Baines</string> <string name="about_license">License</string> |