Give the user the option to move all the foreign files into the ownCloud local folder...
[pub/Android/ownCloud.git] / res / layout / generic_explanation.xml
index 4530553..fbd055e 100644 (file)
            android:padding="10dip"
            />
            
+    <LinearLayout
+        android:id="@+id/buttons"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:gravity="center"
+        android:orientation="horizontal" >
+
+               <Button
+                   android:id="@+id/ok"
+                   android:layout_width="wrap_content"
+                   android:layout_height="wrap_content"
+                   android:layout_weight="1"
+                   android:text="@string/common_ok" />
+               
+        <Button
+            android:id="@+id/cancel"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_weight="1"
+            android:text="@string/common_cancel" />
+
+       </LinearLayout>
+       
 </LinearLayout>
\ No newline at end of file