From: Lennart Rosam Date: Fri, 18 May 2012 12:40:46 +0000 (+0200) Subject: Layout reworked to relative X-Git-Tag: oc-android-1.4.3~409^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/38683b91438886b76d19278039541b397b6cf1a5?hp=--cc Layout reworked to relative --- 38683b91438886b76d19278039541b397b6cf1a5 diff --git a/res/layout/file_details_fragment.xml b/res/layout/file_details_fragment.xml index 16e7404d..c011e67a 100644 --- a/res/layout/file_details_fragment.xml +++ b/res/layout/file_details_fragment.xml @@ -16,55 +16,54 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . --> - + android:background="@color/owncloud_white" > - + android:layout_height="wrap_content" > - + android:layout_marginLeft="16dp" + android:layout_marginTop="4dp" > - + - + - + android:layout_marginLeft="16dp" > @@ -86,25 +86,18 @@ android:id="@+id/fdCreatedLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_below="@+id/fdSizeLabel" android:layout_marginTop="12dp" android:text="@string/filedetails_created" android:textAppearance="?android:attr/textAppearanceMedium" /> + - - - - + android:layout_centerHorizontal="true" + android:layout_marginLeft="4dp" > @@ -126,6 +120,7 @@ android:id="@+id/fdCreated" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_below="@+id/fdSize" android:layout_marginTop="12dp" android:text="2012/05/18 12:23 PM" android:textAppearance="?android:attr/textAppearanceMedium" /> @@ -134,34 +129,37 @@ android:id="@+id/fdModified" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_below="@+id/fdCreated" android:layout_marginTop="12dp" android:text="2012/05/19 02:56 PM" android:textAppearance="?android:attr/textAppearanceMedium" /> - - + + - + android:layout_height="wrap_content" + android:layout_below="@+id/fdDetailsContainer" >