|
@ -109,6 +109,11 @@ def main_layout(): |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:id="@+id/linearLayout1"> |
|
|
android:id="@+id/linearLayout1"> |
|
|
<TableRow> |
|
|
<TableRow> |
|
|
|
|
|
<Button android:id="@+id/buttonHistory" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="History"> |
|
|
|
|
|
</Button> |
|
|
<Button android:id="@+id/buttonSend" |
|
|
<Button android:id="@+id/buttonSend" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
@ -119,6 +124,11 @@ def main_layout(): |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="Receive"> |
|
|
android:text="Receive"> |
|
|
</Button> |
|
|
</Button> |
|
|
|
|
|
<Button android:id="@+id/buttonContacts" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="Contacts"> |
|
|
|
|
|
</Button> |
|
|
</TableRow> |
|
|
</TableRow> |
|
|
</TableLayout> |
|
|
</TableLayout> |
|
|
|
|
|
|
|
|