diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-03-06 23:08:34 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-03-06 23:08:34 +0000 |
commit | 625e2068d0c6288321d3a6be31490767eed4defe (patch) | |
tree | ff0f8466a95e1d4362ca950cc602d240bbb0194e /res/layout | |
parent | 56c74a2fa83916915587ae2de1b46a50f2c856ee (diff) | |
download | southamptonuniversitymap-625e2068d0c6288321d3a6be31490767eed4defe.tar southamptonuniversitymap-625e2068d0c6288321d3a6be31490767eed4defe.tar.gz |
Small UI improvements, BusActivity still needs more work.
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/building_activity.xml | 3 | ||||
-rw-r--r-- | res/layout/bus_activity.xml | 1 | ||||
-rw-r--r-- | res/layout/bus_stop_activity.xml | 1 |
3 files changed, 4 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> diff --git a/res/layout/bus_activity.xml b/res/layout/bus_activity.xml index d8b26f6..93ad39a 100644 --- a/res/layout/bus_activity.xml +++ b/res/layout/bus_activity.xml @@ -37,6 +37,7 @@ android:id="@+id/busActivityMessage" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:gravity="center_horizontal" android:text="" android:textAppearance="?android:attr/textAppearanceLarge" /> diff --git a/res/layout/bus_stop_activity.xml b/res/layout/bus_stop_activity.xml index 66da2f6..40b0505 100644 --- a/res/layout/bus_stop_activity.xml +++ b/res/layout/bus_stop_activity.xml @@ -129,6 +129,7 @@ android:id="@+id/busStopMessage" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:gravity="center_horizontal" android:text="" android:textAppearance="?android:attr/textAppearanceLarge" /> |