1
0
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:
tokugawa
2014-04-19 23:02:52 -04:00
parent d8b067b9fa
commit 782a31eb4d
5 changed files with 130 additions and 17 deletions

View File

@ -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