2011-05-30 05:31:47 +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"
2011-06-12 19:41:46 +00:00
>
2011-05-30 05:31:47 +00:00
<RelativeLayout
2011-07-24 21:09:30 +00:00
android:layout_width="fill_parent"
2011-05-30 05:31:47 +00:00
android:layout_height="wrap_content"
android:id="@+id/relativeLayout1"
2011-06-12 19:41:46 +00:00
android:layout_gravity="center_horizontal"
android:background="#000000"
>
2011-05-30 05:31:47 +00:00
<ImageView
2011-06-14 17:08:14 +00:00
android:src="@drawable/warning"
2011-06-03 17:37:30 +00:00
android:id="@+id/orbot_image"
2011-05-30 05:31:47 +00:00
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
2011-06-14 17:08:14 +00:00
android:paddingLeft="20px" android:layout_marginLeft="10dip" android:layout_marginTop="8dip">
2011-05-30 05:31:47 +00:00
</ImageView>
2011-06-12 19:41:46 +00:00
<TextView
android:textColor="#FFFFFF"
android:textSize="10pt"
2011-06-03 17:37:30 +00:00
android:layout_toRightOf="@id/orbot_image"
2011-05-30 05:31:47 +00:00
android:layout_alignParentTop="true"
android:gravity="center_vertical"
android:layout_height="wrap_content"
android:id="@+id/WizardTextTitle"
android:layout_width="wrap_content"
android:fadingEdge="vertical"
2011-06-12 19:41:46 +00:00
android:text="TITLE"
2011-05-30 05:31:47 +00:00
android:singleLine="true"
android:layout_centerInParent="true"
2011-06-14 17:08:14 +00:00
android:paddingLeft="5px"
android:padding="20px"
>
2011-05-30 05:31:47 +00:00
</TextView>
</RelativeLayout>
2011-06-12 19:41:46 +00:00
<TableLayout android:id= "@+id/TableLayout01" android:stretchColumns= "*" android:layout_height= "fill_parent" android:layout_width= "wrap_content" >
2011-05-30 05:31:47 +00:00
2011-06-12 19:41:46 +00:00
<TableRow android:id= "@+id/TableRow01" android:layout_weight= "1" android:layout_width= "fill_parent" android:layout_height= "fill_parent" android:layout_margin= "10dip" >
2011-05-30 05:31:47 +00:00
<ScrollView android:id= "@+id/helpscrollview"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_span="3">
2011-06-12 19:41:46 +00:00
<TextView android:background= "#575757" android:text= "this is sample text this is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample textthis is sample text" android:textColor= "#ffffff" android:id= "@+id/WizardTextBody" android:textSize= "8pt" android:layout_width= "wrap_content" android:layout_height= "wrap_content" android:padding= "20dip" > </TextView>
2011-05-30 05:31:47 +00:00
</ScrollView>
</TableRow>
2011-06-12 19:41:46 +00:00
<TableRow android:background= "#000000" android:id= "@+id/TableRow01" android:textColor= "#00ff00" android:layout_width= "fill_parent" android:layout_height= "30px" android:layout_marginTop= "10dip" android:paddingTop= "10dip" >
2011-06-03 17:37:30 +00:00
<Button android:text= "Back" android:id= "@+id/btnWizard1" android:layout_weight= "1" android:layout_width= "fill_parent" android:layout_height= "wrap_content" > </Button>
<Button android:text= "Next" android:id= "@+id/btnWizard2" android:layout_weight= "1" android:layout_width= "fill_parent" android:layout_height= "wrap_content" > </Button>
2011-05-30 05:31:47 +00:00
</TableRow>
</TableLayout>
</LinearLayout>