I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 006fc1dc authored by meeh's avatar meeh
Browse files

Moving i2plogo to top and fixed a typo.

parent 87836dda
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,16 @@ ...@@ -10,11 +10,16 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
> >
<ImageView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:src="@drawable/i2plogo" />
<TextView <TextView
android:id="@+id/textView4" android:id="@+id/textView4"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Statestics" android:text="Statistics"
android:textAppearance="?android:attr/textAppearanceLarge" /> android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView <TextView
...@@ -41,12 +46,6 @@ ...@@ -41,12 +46,6 @@
android:layout_height="68dp" android:layout_height="68dp"
android:text="Stop Router" /> android:text="Stop Router" />
<ImageView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:src="@drawable/i2plogo"
/>
<Button <Button
android:id="@+id/router_stop_button" android:id="@+id/router_stop_button"
android:layout_width="match_parent" android:layout_width="match_parent"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment