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