aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-26 18:16:40 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-26 18:16:40 +0000
commit81c21ccf040f6c050525de99a8a8078bd8ef03ac (patch)
treee112be91428f07125cfed9c5b7710a7fe9e3e823 /res
parent731a2b26410f6fa6427acdf675376742793c6332 (diff)
downloadsouthamptonuniversitymap-81c21ccf040f6c050525de99a8a8078bd8ef03ac.tar
southamptonuniversitymap-81c21ccf040f6c050525de99a8a8078bd8ef03ac.tar.gz
Move to version 0.4
Diffstat (limited to 'res')
-rw-r--r--res/layout/building_activity.xml3
-rw-r--r--res/values/strings.xml1
2 files changed, 3 insertions, 1 deletions
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" />
</LinearLayout> \ 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.<
<string name="about_database_summary">Using the ORMLite library.</string>
<string name="about_donate">Donate</string>
<string name="about_donate_summary">Make a personal donation to the developer through Bitcoin.</string>
+ <string name="buildingImageDescription">Image of the Building</string>
</resources> \ No newline at end of file