|
@@ -32,9 +32,9 @@
|
|
|
android:id="@+id/fdFileHeaderContainer"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="16dp"
|
|
|
- android:layout_marginRight="16dp"
|
|
|
- android:layout_marginTop="4dp" >
|
|
|
+ android:layout_marginLeft="@dimen/standard_margin"
|
|
|
+ android:layout_marginRight="@dimen/standard_margin"
|
|
|
+ android:layout_marginTop="@dimen/standard_margin" >
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/fdIcon"
|
|
@@ -57,8 +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_marginLeft="@dimen/standard_margin"
|
|
|
+ android:layout_marginRight="@dimen/standard_margin"
|
|
|
android:layout_below="@id/fdFileHeaderContainer" >
|
|
|
|
|
|
<RelativeLayout
|
|
@@ -159,7 +159,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@+id/fdDetailsContainer"
|
|
|
android:gravity="center_horizontal"
|
|
|
- android:layout_margin="16dp"
|
|
|
+ android:layout_margin="@dimen/standard_margin"
|
|
|
>
|
|
|
|
|
|
<CheckBox
|
|
@@ -167,7 +167,8 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerHorizontal="true"
|
|
|
- android:text="@string/favorite" />
|
|
|
+ android:text="@string/favorite"
|
|
|
+ android:checked="false" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|