changing the leight_height in order to get the screen backround color right mentioned...
authorAndyScherzinger <info@andy-scherzinger.de>
Mon, 27 Jul 2015 14:33:10 +0000 (16:33 +0200)
committerAndyScherzinger <info@andy-scherzinger.de>
Mon, 27 Jul 2015 14:33:10 +0000 (16:33 +0200)
res/layout/file_details_fragment.xml
res/layout/files.xml

index 08dca20..0ad98e3 100644 (file)
@@ -21,6 +21,7 @@
        android:id="@+id/fdScrollView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
+       android:fillViewport="true"
        >
 
        <RelativeLayout
@@ -32,6 +33,7 @@
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:layout_marginLeft="16dp"
+                       android:layout_marginRight="16dp"
                        android:layout_marginTop="4dp" >
        
                        <ImageView
@@ -55,6 +57,8 @@
                        android:id="@+id/fdDetailsContainer"
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
+                       android:layout_marginLeft="16dp"
+                       android:layout_marginRight="16dp"
                        android:layout_below="@id/fdFileHeaderContainer" >
                
                        <RelativeLayout
@@ -62,8 +66,7 @@
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_alignParentLeft="true"
-                               android:layout_alignParentTop="true"
-                               android:layout_marginLeft="16dp" >
+                               android:layout_alignParentTop="true" >
                                
                                <TextView
                                        android:id="@+id/fdTypeLabel"
index 9d57a6a..a968f3b 100644 (file)
@@ -44,7 +44,7 @@
         <LinearLayout\r
             xmlns:android="http://schemas.android.com/apk/res/android"\r
             android:layout_width="match_parent"\r
-            android:layout_height="wrap_content"\r
+            android:layout_height="match_parent"\r
             android:background="@color/background_color"\r
 \r
             android:orientation="horizontal"\r