diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-02-26 17:09:58 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-02-26 17:09:58 +0000 |
commit | 731a2b26410f6fa6427acdf675376742793c6332 (patch) | |
tree | c50b0901a748c5055ed46be89a297ebba9af06d9 /res | |
parent | b88f5cabd4cf4876c3e5ba32acb2a7e59dd03edc (diff) | |
download | southamptonuniversitymap-731a2b26410f6fa6427acdf675376742793c6332.tar southamptonuniversitymap-731a2b26410f6fa6427acdf675376742793c6332.tar.gz |
Optimised the custom overlays.
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/building_activity.xml | 4 |
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 |