diff --git a/res/layout/main.xml b/res/layout/main.xml index a3bf6f299418eca0a588072dea44d83f4bddc875..6cd4c0a83e2b895f29820ab403216813942b4532 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -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"