1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-03 14:55:11 -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