Remove unneeded view from file entry layout

Change-Id: I6cec79e28cb9cf35b20318ecff2f1871f2803108
Signed-off-by: Edwin Kempin <ekempin@google.com>
diff --git a/app/src/main/res/layout/file_entry.xml b/app/src/main/res/layout/file_entry.xml
index 023800c..7117a7b 100644
--- a/app/src/main/res/layout/file_entry.xml
+++ b/app/src/main/res/layout/file_entry.xml
@@ -50,11 +50,6 @@
         android:textSize="11sp"
         android:layout_marginEnd="4dp"/>
 
-      <View
-        android:layout_width="0dp"
-        android:layout_height="0dp"
-        android:layout_weight="1"/>
-
       <TextView
         android:id="@+id/fileSize"
         android:layout_width="wrap_content"