Está en la página 1de 1

<LinearLayout android:orientation="vertical" android:layout_width="fill_parent"

android:layout_height="wrap_content" android:gravity="right">
<TextView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/Producto1" />
<TextView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/Producto2" />
<TextView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/Producto3" />
<Button android:text="Enviar por correo"
android:id="@+id/Button01"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TableRow>
<TextView android:text="Importe" />
<TextView android:text="I.V.A" />
<TextView android:text="total" />
</TableRow>
<Button android:text="Volver"
android:id="@+id/Button01"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<Button android:text="Confirmar"
android:id="@+id/Button01"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

</LinearLayout>

También podría gustarte