]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/layout/edit_activity.xml
go
[Dictionary.git] / res / layout / edit_activity.xml
index 8c4282401699973df6913db0499931e3a5b80175..d1fb9900158e3adbe326e863b83de45bc4d99df0 100755 (executable)
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" />
 
+ <LinearLayout 
+   android:id="@+id/LinearLayout03"
+   android:orientation="horizontal"
+   android:layout_width="wrap_content"
+   android:layout_height="wrap_content"
+   >
+
+  <Button
+    android:id="@+id/downloadButton"
+    android:text="@string/downloadButton"
+    android:layout_width="wrap_content" 
+    android:layout_height="wrap_content"
+   />
+  <Button
+    android:id="@+id/openButton"
+    android:text="@string/openButton"
+    android:layout_width="wrap_content" 
+    android:layout_height="wrap_content"
+   />
+ </LinearLayout>
+
   <TextView 
     android:id="@+id/dictionaryInfoTitle" 
     android:text="@string/dictionaryInfo"