|
@@ -29,12 +29,25 @@
|
|
android:layout_height="0dip"
|
|
android:layout_height="0dip"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:id="@+id/fragment_container" />
|
|
android:id="@+id/fragment_container" />
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:orientation="horizontal">
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="1dp"
|
|
|
|
+ android:src="@drawable/uploader_list_separator"/>
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:orientation="horizontal" >
|
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:padding="@dimen/standard_padding">
|
|
|
|
|
|
<android.support.v7.widget.AppCompatButton
|
|
<android.support.v7.widget.AppCompatButton
|
|
android:id="@+id/folder_picker_btn_cancel"
|
|
android:id="@+id/folder_picker_btn_cancel"
|
|
@@ -42,7 +55,8 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
- android:text="@string/common_cancel" />
|
|
|
|
|
|
+ android:text="@string/common_cancel"
|
|
|
|
+ android:layout_marginRight="@dimen/standard_half_margin"/>
|
|
|
|
|
|
<android.support.v7.widget.AppCompatButton
|
|
<android.support.v7.widget.AppCompatButton
|
|
android:id="@+id/folder_picker_btn_choose"
|
|
android:id="@+id/folder_picker_btn_choose"
|