diff --git a/res/layout/share_file_layout.xml b/res/layout/share_file_layout.xml index feaddb3b78..1a07b5fe6c 100644 --- a/res/layout/share_file_layout.xml +++ b/res/layout/share_file_layout.xml @@ -15,103 +15,98 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . --> - - + android:layout_height="wrap_content" + android:layout_marginTop="6dp" + android:layout_marginBottom="6dp" + android:background="@color/background_color"> - - - - - - - - - + - - + android:layout_gravity="center_vertical" + android:layout_marginLeft="4dp" + android:layout_marginRight="8dp" + android:layout_toRightOf="@+id/shareFileIcon" + android:layout_toEndOf="@+id/shareFileIcon" + android:singleLine="true" + android:ellipsize="middle" + android:layout_marginTop="12dp"/> + android:text="@string/placeholder_filesize" + android:id="@+id/shareFileSize" + android:layout_below="@+id/shareFileName" + android:layout_toRightOf="@+id/shareFileIcon" + android:layout_toEndOf="@+id/shareFileIcon" + android:layout_marginTop="4dp" + android:layout_marginLeft="4dp" + android:layout_marginBottom="12dp" + android:layout_gravity="center_vertical"/> - + - - + + + + + + + + +