Hide creation info when the uses ownCloud version is affected by oc-764
[pub/Android/ownCloud.git] / res / layout / file_details_fragment.xml
index 76065e3..e940642 100644 (file)
@@ -91,6 +91,7 @@
                         android:layout_below="@+id/fdSizeLabel"
                         android:layout_marginTop="12dp"
                         android:text="@string/filedetails_created"
+                        android:visibility="gone"
                         android:textAppearance="?android:attr/textAppearanceMedium" />
                     
                     <TextView
                         android:layout_height="wrap_content"
                         android:layout_below="@+id/fdSize"
                         android:layout_marginTop="12dp"
+                        android:visibility="gone"
                         android:text="2012/05/18 12:23 PM"
                         android:textAppearance="?android:attr/textAppearanceMedium" />