2009-03-10 05:20:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Hello World, I2PAndroid"
|
|
|
|
/>
|
2009-03-13 18:56:16 +00:00
|
|
|
<ImageView
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:src="@drawable/i2plogo"
|
|
|
|
/>
|
2009-03-10 05:20:48 +00:00
|
|
|
</LinearLayout>
|
|
|
|
|