Small improvements to the refresh of the files list and memory handling while synchro...
[pub/Android/ownCloud.git] / res / layout / list_layout.xml
index 2a0d48b..a8a101d 100644 (file)
@@ -37,8 +37,8 @@
 
         <ImageView
             android:id="@+id/imageView1"
 
         <ImageView
             android:id="@+id/imageView1"
-            android:layout_width="16dp"
-            android:layout_height="16dp"
+            android:layout_width="20dp"
+            android:layout_height="20dp"
             android:layout_gravity="center_vertical|center"
             android:layout_margin="4dp"
             android:src="@drawable/ic_menu_archive" />
             android:layout_gravity="center_vertical|center"
             android:layout_margin="4dp"
             android:src="@drawable/ic_menu_archive" />
     </FrameLayout>
 
     <LinearLayout
     </FrameLayout>
 
     <LinearLayout
-        android:layout_width="wrap_content"
-        android:layout_height="match_parent" >
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:orientation="vertical" 
+        android:gravity="center_vertical">
 
         <TextView
             android:id="@+id/Filename"
 
         <TextView
             android:id="@+id/Filename"
             android:textColor="#303030"
             android:textSize="16dip" />
 
             android:textColor="#303030"
             android:textSize="16dip" />
 
+        <LinearLayout
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:layout_marginLeft="4dp"
+            android:layout_marginRight="4dp"
+            android:weightSum="1">
+
+            <TextView
+                android:id="@+id/last_mod"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:text="TextView"
+                android:layout_weight=".5"
+                android:textSize="12dip"/>
+
+            <TextView
+                android:id="@+id/file_size"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:gravity="right"
+                android:text="TextView"
+                android:layout_weight=".5"
+                android:textSize="12dip"/>
+
+        </LinearLayout>
+
     </LinearLayout>
 
 </LinearLayout>
     </LinearLayout>
 
 </LinearLayout>