Completed update of local database and storage after a successful remote move
[pub/Android/ownCloud.git] / res / layout / file_details_fragment.xml
index ec75646..db41532 100644 (file)
@@ -19,8 +19,9 @@
 -->
 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/fdScrollView"
-       android:layout_width="fill_parent"
-       android:layout_height="fill_parent" >
+       android:layout_width="match_parent"
+       android:layout_height="match_parent"
+       >
 
        <RelativeLayout
                android:layout_width="match_parent"
                                android:id="@+id/fdProgressBlock"
                                        android:layout_width="match_parent"
                                        android:layout_height="wrap_content"
-                                       android:gravity="center_horizontal"
+                                       android:gravity="center"
                                        android:layout_marginTop="12dp"
                                        android:layout_marginBottom="12dp"
                                        android:orientation="horizontal"
                                                android:indeterminateOnly="false" 
                                        />
                                                                                                
-                                       <Button
+                                       <ImageButton
                                                android:id="@+id/fdCancelBtn"
                                                android:layout_width="wrap_content"
                                                android:layout_height="wrap_content"
                                                android:layout_marginLeft="12dp"
-                                               android:text="@string/common_cancel" />
+                                               android:src="@drawable/btn_cancel"
+                                               android:background="@android:color/transparent"
+                                               />
                                                
                                </LinearLayout>