- android:layout_gravity="center_vertical"
- android:text="TextView"
- android:textColor="#D0D0D0"
- android:textSize="20dip" />
+ 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>
+