|
|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_marginLeft="16dip"
|
|
|
|
|
android:layout_marginRight="16dip">
|
|
|
|
|
android:paddingLeft="16dip"
|
|
|
|
|
android:paddingRight="16dip">
|
|
|
|
|
|
|
|
|
|
<TextView android:id="@+id/description_text"
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
@ -16,20 +16,27 @@
|
|
|
|
|
|
|
|
|
|
<LinearLayout android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="10dip"
|
|
|
|
|
android:layout_marginBottom="10dip"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:layout_marginTop="16dip"
|
|
|
|
|
android:layout_marginBottom="16dip"
|
|
|
|
|
android:gravity="right">
|
|
|
|
|
|
|
|
|
|
<Button android:id="@+id/initiate_button"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/initiate_exchange"
|
|
|
|
|
android:gravity="center"/>
|
|
|
|
|
<TableLayout android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:stretchColumns="*">
|
|
|
|
|
<TableRow>
|
|
|
|
|
<Button android:id="@+id/initiate_button"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:text="@string/initiate_exchange"
|
|
|
|
|
android:gravity="center"/>
|
|
|
|
|
|
|
|
|
|
<Button android:id="@+id/cancel_button"
|
|
|
|
|
android:text="@string/cancel"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center"/>
|
|
|
|
|
<Button android:id="@+id/cancel_button"
|
|
|
|
|
android:text="@string/cancel"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center"/>
|
|
|
|
|
</TableRow>
|
|
|
|
|
</TableLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|