From: David A. Velasco Date: Mon, 2 Nov 2015 16:20:49 +0000 (+0100) Subject: Removed unneeded FrameLayout X-Git-Tag: oc-android-1.9^2~10^2~19 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/a39c85768000040b90c064bdb3218574e4579c0b?ds=inline Removed unneeded FrameLayout --- 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"/> - + + + + + + + + + - - +