android:id="@+id/fdScrollView"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:fillViewport="true"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
+ android:layout_marginRight="16dp"
android:layout_marginTop="4dp" >
<ImageView
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
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"
<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