1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-03 06:45:15 -04:00

Added image download functionality

This commit is contained in:
tokugawa
2014-04-19 16:37:08 -04:00
parent 995919644b
commit e8f4fe9a7b
3 changed files with 49 additions and 4 deletions

View File

@ -13,6 +13,13 @@
android:layout_weight="1"
android:orientation="vertical" >
<TextView
android:id="@+id/locationText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:text="@string/default_text" />
<ImageView
android:id="@+id/locationImage"
android:layout_width="wrap_content"