aboutsummaryrefslogtreecommitdiff
path: root/res/layout/building_activity.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-06 23:08:34 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-06 23:08:34 +0000
commit625e2068d0c6288321d3a6be31490767eed4defe (patch)
treeff0f8466a95e1d4362ca950cc602d240bbb0194e /res/layout/building_activity.xml
parent56c74a2fa83916915587ae2de1b46a50f2c856ee (diff)
downloadsouthamptonuniversitymap-625e2068d0c6288321d3a6be31490767eed4defe.tar
southamptonuniversitymap-625e2068d0c6288321d3a6be31490767eed4defe.tar.gz
Small UI improvements, BusActivity still needs more work.
Diffstat (limited to 'res/layout/building_activity.xml')
-rw-r--r--res/layout/building_activity.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/building_activity.xml b/res/layout/building_activity.xml
index 777ad0a..1fc1312 100644
--- a/res/layout/building_activity.xml
+++ b/res/layout/building_activity.xml
@@ -25,7 +25,7 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/buildingActivityLoadBarLayout"
+ android:id="@+id/buildingActivityContentLayout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
@@ -41,6 +41,7 @@
android:id="@+id/buildingActivityMessage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:gravity="center_horizontal"
android:text=""
android:textAppearance="?android:attr/textAppearanceLarge" />
</LinearLayout>