1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-09-04 05:35:27 -04:00

Changed activity names and added padding to checkboxes. Removed compass

rose.
This commit is contained in:
tokugawa
2014-04-26 10:28:58 -04:00
parent 36fa30aa06
commit 1730177525
4 changed files with 7 additions and 19 deletions

View File

@ -12,15 +12,6 @@
android:layout_height="wrap_content"
android:layout_weight="1" >
<ImageView
android:id="@+id/compassRoseView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:layout_weight="1"
android:src="@drawable/compass_rose_brosen" />
<ImageView
android:id="@+id/arrowView"
android:layout_width="fill_parent"

View File

@ -10,6 +10,7 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:padding="5dp"
android:src="@drawable/ic_launcher" />
<TextView

View File

@ -5,9 +5,9 @@
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
<string name="endpoint">http://ec2-54-187-106-212.us-west-2.compute.amazonaws.com/</string>
<string name="title_activity_search">SearchActivity</string>
<string name="title_activity_compass">CompassActivity</string>
<string name="title_activity_found">FoundActivity</string>
<string name="title_activity_search">Search</string>
<string name="title_activity_compass">Compass</string>
<string name="title_activity_found">Found</string>
<string name="compass_button_text">Compass</string>
<string name="scan_button_text">Scan</string>
<string name="back_button_text">Back</string>