From a39c85768000040b90c064bdb3218574e4579c0b Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Mon, 2 Nov 2015 17:20:49 +0100 Subject: [PATCH] Removed unneeded FrameLayout --- res/layout/share_file_layout.xml | 163 +++++++++++++++++++-------------------- 1 file changed, 79 insertions(+), 84 deletions(-) diff --git a/res/layout/share_file_layout.xml b/res/layout/share_file_layout.xml index feaddb3b..1a07b5fe 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"/> - + + + + + + + + + - - + -- 2.11.0