Moving i2plogo to top and fixed a typo.

This commit is contained in:
meeh
2012-08-11 21:05:21 +00:00
parent 87836ddab6
commit 006fc1dc51

View File

@ -10,11 +10,16 @@
android:layout_height="wrap_content"
>
<ImageView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:src="@drawable/i2plogo" />
<TextView
android:id="@+id/textView4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Statestics"
android:text="Statistics"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
@ -41,12 +46,6 @@
android:layout_height="68dp"
android:text="Stop Router" />
<ImageView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:src="@drawable/i2plogo"
/>
<Button
android:id="@+id/router_stop_button"
android:layout_width="match_parent"