From 006fc1dc51abd5e6ea02ca49a00a9642e13e23e3 Mon Sep 17 00:00:00 2001 From: meeh <meeh@mail.i2p> Date: Sat, 11 Aug 2012 21:05:21 +0000 Subject: [PATCH] Moving i2plogo to top and fixed a typo. --- res/layout/main.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/res/layout/main.xml b/res/layout/main.xml index a3bf6f299..6cd4c0a83 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" -- GitLab