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:
@ -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"
|
||||
|
Reference in New Issue
Block a user