scrollview
authorThomasV <thomasv@gitorious>
Wed, 4 Apr 2012 18:44:21 +0000 (20:44 +0200)
committerThomasV <thomasv@gitorious>
Wed, 4 Apr 2012 18:44:21 +0000 (20:44 +0200)
client/electrum4a.py

index b1b71b8..f37d303 100755 (executable)
@@ -109,6 +109,11 @@ def main_layout():
            android:layout_height="wrap_content" 
            android:id="@+id/linearLayout1">
             <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" 
                         android:layout_width="wrap_content"
                         android:layout_height="wrap_content" 
@@ -119,6 +124,11 @@ def main_layout():
                         android:layout_height="wrap_content" 
                         android:text="Receive">
                 </Button>
+                <Button android:id="@+id/buttonContacts" 
+                        android:layout_width="wrap_content"
+                        android:layout_height="wrap_content" 
+                        android:text="Contacts">
+                </Button>
            </TableRow>
         </TableLayout>