Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by fooqi ( 14 years ago )
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientati
android:padding="0dp" >
<RelativeLayout
android:id="@+id/relativeLayout1"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<Button
android:id="@+id/viewOrders"
android:layout_width="237dp"
android:layout_height="50dp"
android:layout_centerHoriz
android:layout_marginTop="25dp"
android:background="@layout/cancel_button"
android:gravity="center"
android:text="Ver Orden(es)" />
<TableRow
android:id="@+id/tableRow1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/viewOrders" >
</TableRow>
<Button
android:id="@+id/createOrders"
android:layout_width="237dp"
android:layout_height="50dp"
android:layout_below="@+id/tableRow1"
android:layout_centerHoriz
android:layout_marginTop="25dp"
android:background="@layout/cancel_button"
android:gravity="center"
android:text="Crear Orden" />
<TableRow
android:id="@+id/tableRow2"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/createOrders" >
</TableRow>
<Button
android:id="@+id/sync"
android:layout_width="237dp"
android:layout_height="50dp"
android:layout_below="@+id/tableRow2"
android:layout_centerHoriz
android:layout_marginTop="25dp"
android:background="@layout/cancel_button"
android:gravity="center"
android:text="Sincronizar" />
<TableRow
android:id="@+id/tableRow3"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/sync" >
</TableRow>
<Button
android:id="@+id/logout"
android:layout_width="237dp"
android:layout_height="50dp"
android:layout_below="@+id/tableRow3"
android:layout_centerHoriz
android:layout_marginTop="25dp"
android:background="@layout/cancel_button"
android:gravity="center"
android:text="Cerrar Sesión" />
<TableRow
android:id="@+id/tableRow4"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/logout" >
</TableRow>
</RelativeLayout>
</LinearLayout>
Revise this Paste