Centre the text in the wizard
This commit is contained in:
parent
d1e299250a
commit
855892e136
|
@ -18,23 +18,25 @@
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
android:paddingLeft="20sp" >
|
android:paddingLeft="20sp"
|
||||||
|
android:paddingTop="10sp" >
|
||||||
|
|
||||||
</ImageView>
|
</ImageView>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:textColor="#FFFFFF"
|
|
||||||
android:textSize="10pt"
|
|
||||||
android:layout_toRightOf="@id/orbot_image"
|
|
||||||
android:gravity="center_vertical"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:id="@+id/WizardTextTitle"
|
android:id="@+id/WizardTextTitle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="fill_parent"
|
||||||
|
android:layout_alignParentTop="true"
|
||||||
|
android:layout_centerHorizontal="true"
|
||||||
android:fadingEdge="vertical"
|
android:fadingEdge="vertical"
|
||||||
android:text="TITLE"
|
android:gravity="center_vertical"
|
||||||
android:singleLine="true"
|
|
||||||
android:layout_centerInParent="true"
|
|
||||||
android:paddingLeft="5sp"
|
android:paddingLeft="5sp"
|
||||||
>
|
android:singleLine="true"
|
||||||
</TextView>
|
android:text="TITLE"
|
||||||
|
android:textColor="#FFFFFF"
|
||||||
|
android:textSize="10pt" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
<TableLayout android:id="@+id/TableLayout01" android:stretchColumns="*" android:layout_height="fill_parent" android:layout_width="wrap_content">
|
<TableLayout android:id="@+id/TableLayout01" android:stretchColumns="*" android:layout_height="fill_parent" android:layout_width="wrap_content">
|
||||||
|
|
|
@ -17,28 +17,28 @@
|
||||||
android:id="@+id/orbot_image"
|
android:id="@+id/orbot_image"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:paddingLeft="20sp"
|
android:paddingLeft="40sp"
|
||||||
android:src="@drawable/warning"
|
android:src="@drawable/warning"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
|
|
||||||
>
|
>
|
||||||
|
|
||||||
</ImageView>
|
</ImageView>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:textColor="#FFFFFF"
|
|
||||||
android:textSize="20dp"
|
|
||||||
android:layout_toRightOf="@id/orbot_image"
|
|
||||||
android:gravity="center_vertical"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
android:id="@+id/WizardTextTitle"
|
android:id="@+id/WizardTextTitle"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="fill_parent"
|
||||||
|
android:layout_alignParentTop="true"
|
||||||
|
android:layout_centerHorizontal="true"
|
||||||
android:fadingEdge="vertical"
|
android:fadingEdge="vertical"
|
||||||
android:text="TITLE"
|
android:gravity="center_vertical"
|
||||||
android:singleLine="true"
|
|
||||||
android:layout_centerInParent="true"
|
|
||||||
android:paddingLeft="5sp"
|
android:paddingLeft="5sp"
|
||||||
>
|
android:singleLine="true"
|
||||||
</TextView>
|
android:text="TITLE"
|
||||||
|
android:textColor="#FFFFFF"
|
||||||
|
android:textSize="20dp" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
<TableLayout android:id="@+id/TableLayout01" android:stretchColumns="*" android:layout_height="fill_parent" android:layout_width="wrap_content" >
|
<TableLayout android:id="@+id/TableLayout01" android:stretchColumns="*" android:layout_height="fill_parent" android:layout_width="wrap_content" >
|
||||||
|
|
Loading…
Reference in New Issue