aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-26 17:09:58 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-26 17:09:58 +0000
commit731a2b26410f6fa6427acdf675376742793c6332 (patch)
treec50b0901a748c5055ed46be89a297ebba9af06d9 /res
parentb88f5cabd4cf4876c3e5ba32acb2a7e59dd03edc (diff)
downloadsouthamptonuniversitymap-731a2b26410f6fa6427acdf675376742793c6332.tar
southamptonuniversitymap-731a2b26410f6fa6427acdf675376742793c6332.tar.gz
Optimised the custom overlays.
Diffstat (limited to 'res')
-rw-r--r--res/layout/building_activity.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/building_activity.xml b/res/layout/building_activity.xml
index 4a465ee..a76ad53 100644
--- a/res/layout/building_activity.xml
+++ b/res/layout/building_activity.xml
@@ -32,8 +32,8 @@
<ImageButton
android:id="@+id/buildingActivityImage"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
android:background="@null" />
</LinearLayout> \ No newline at end of file