From 6072de8f4a9ec4df586ede7f41e0ac97f075c385 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 2 Feb 2012 10:13:46 +0000 Subject: Bring dev back up to what it should be like? --- res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index 948c10e..842e597 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -92,7 +92,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< About Version - 0.2.1 (alpha) + 0.2.2 (alpha) Copyright © 2012, Christopher Baines License -- cgit v1.2.3 From c6a06b18bf99c96f6aacf9edc902067e2be0473a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 2 Feb 2012 13:25:54 +0000 Subject: Slightly better working view dialog. --- res/layout/view_child_row.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'res') diff --git a/res/layout/view_child_row.xml b/res/layout/view_child_row.xml index 687cbee..bd4b3d5 100644 --- a/res/layout/view_child_row.xml +++ b/res/layout/view_child_row.xml @@ -1,24 +1,23 @@ + android:paddingLeft="50dp" > + android:textSize="18dp" /> -- cgit v1.2.3 From 43dfbdb57dd39f24a824c9c33c8886481ba25cb9 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 2 Feb 2012 13:47:55 +0000 Subject: Beginings of management of non Uni-Link data. --- res/values/strings.xml | 21 +++++++++++++++------ res/xml/preferences.xml | 22 ++++++++++++++++++---- 2 files changed, 33 insertions(+), 10 deletions(-) (limited to 'res') diff --git a/res/values/strings.xml b/res/values/strings.xml index 842e597..69d6861 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -77,10 +77,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< GPS GPS Enabled GPS Disabled - Bus Times - Live Bus Times - Live Bus Times Enabled - Live Bus Times Disabled + Live Bus Times + Uni-Link + Uni-Link Enabled + Uni-Link Disabled + Non Uni-Link + Non Uni-Link Enabled + Non Uni-Link Disabled + Data + Non Uni-Link Bus Stops + Non Uni-Link Bus Stops Enabled + Non Uni-Link Bus Stops Disabled + + Expand the items below to learn more about each feature of the application. Favourite Loading bitcoin client @@ -88,8 +97,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Previous Next Refresh - - + + About Version 0.2.2 (alpha) diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 8aec00c..e0609f6 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -12,12 +12,26 @@ + android:title="@string/preferences_catagory_live_bus_times" > + android:summaryOff="@string/preferences_uni_link_live_bus_times_disabled" + android:summaryOn="@string/preferences_uni_link_live_bus_times_enabled" + android:title="@string/preferences_uni_link_live_bus_times" /> + + + + \ No newline at end of file -- cgit v1.2.3