Commit share app functionality for broader testing and comments
[zxing.git] / android / res / layout-land / share.xml
index 34c3cd3..f505130 100755 (executable)
         android:src="@drawable/share_via_barcode"
         android:paddingRight="48dip"/>
 
-    <LinearLayout
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:background="@color/share_view"
-        android:orientation="vertical"
-        android:gravity="center">
+    <TableLayout
+        android:layout_width="fill_parent"
+        android:layout_height="wrap_content">
 
-      <Button android:id="@+id/contact_button"
-              android:layout_width="fill_parent"
-              android:layout_height="wrap_content"
-              android:text="@string/button_share_contact"/>
+      <TableRow>
 
-      <Button android:id="@+id/bookmark_button"
-              android:layout_width="fill_parent"
-              android:layout_height="wrap_content"
-              android:text="@string/button_share_bookmark"/>
+        <Button android:id="@+id/contact_button"
+                android:layout_width="fill_parent"
+                android:layout_height="wrap_content"
+                android:text="@string/button_share_contact"/>
 
-      <Button android:id="@+id/clipboard_button"
-              android:layout_width="fill_parent"
-              android:layout_height="wrap_content"
-              android:text="@string/button_share_clipboard"/>
+        <Button android:id="@+id/bookmark_button"
+                android:layout_width="fill_parent"
+                android:layout_height="wrap_content"
+                android:text="@string/button_share_bookmark"/>
+
+      </TableRow>
+
+      <TableRow>
+
+        <Button android:id="@+id/clipboard_button"
+                android:layout_width="fill_parent"
+                android:layout_height="wrap_content"
+                android:text="@string/button_share_clipboard"/>
+
+        <Button android:id="@+id/app_button"
+                android:layout_width="fill_parent"
+                android:layout_height="wrap_content"
+                android:text="@string/button_share_app"/>
+
+      </TableRow>
 
-    </LinearLayout>
+    </TableLayout>
 
   </LinearLayout>