From 81c21ccf040f6c050525de99a8a8078bd8ef03ac Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 26 Feb 2012 18:16:40 +0000 Subject: Move to version 0.4 --- res/layout/building_activity.xml | 3 ++- res/values/strings.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/layout/building_activity.xml b/res/layout/building_activity.xml index a76ad53..6ed937f 100644 --- a/res/layout/building_activity.xml +++ b/res/layout/building_activity.xml @@ -34,6 +34,7 @@ android:id="@+id/buildingActivityImage" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:background="@null" /> + android:background="@null" + android:contentDescription="@string/buildingImageDescription" /> \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index c602a26..e95a802 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -127,5 +127,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< Using the ORMLite library. Donate Make a personal donation to the developer through Bitcoin. + Image of the Building \ No newline at end of file -- cgit v1.2.3