mirror of
https://github.com/bspeice/itcs4180
synced 2025-07-02 06:16:48 -04:00
Added function to save images to storage and load them. Compass image
will now change to the location when you get close.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
android:layout_weight="1" >
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/compassRose"
|
||||
android:id="@+id/compassRoseView"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_centerHorizontal="true"
|
||||
@ -30,6 +30,14 @@
|
||||
android:layout_weight="1"
|
||||
android:src="@drawable/arrow_up" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/searchImageView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:src="@drawable/ic_launcher" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<Button
|
||||
|
Reference in New Issue
Block a user