summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/source/res/layout/activity_document_browser.xml38
1 files changed, 19 insertions, 19 deletions
diff --git a/android/source/res/layout/activity_document_browser.xml b/android/source/res/layout/activity_document_browser.xml
index f2985511dd61..eb0dd590d2d5 100644
--- a/android/source/res/layout/activity_document_browser.xml
+++ b/android/source/res/layout/activity_document_browser.xml
@@ -59,31 +59,13 @@
android:showDividers="middle">
<TextView
+ android:id="@+id/header_browser"
android:layout_width="match_parent"
android:layout_height="48dp"
- android:id="@+id/header_recents"
- android:text="@string/title_recents"
android:gravity="center_vertical"
- android:textSize="14sp"
android:padding="16dp"
- android:textStyle="bold" />
-
- <!--Recent files-->
- <android.support.v7.widget.RecyclerView
- android:id="@+id/list_recent"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:layout_marginBottom="8dp" />
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="48dp"
- android:id="@+id/header_browser"
android:text="@string/title_browser"
- android:gravity="center_vertical"
android:textSize="14sp"
- android:padding="16dp"
android:textStyle="bold" />
<!--Icon and text to open system file picker via Intent -->
@@ -106,6 +88,24 @@
android:textSize="24dp" />
</LinearLayout>
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="48dp"
+ android:id="@+id/header_recents"
+ android:text="@string/title_recents"
+ android:gravity="center_vertical"
+ android:textSize="14sp"
+ android:padding="16dp"
+ android:textStyle="bold" />
+
+ <!--Recent files-->
+ <android.support.v7.widget.RecyclerView
+ android:id="@+id/list_recent"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="8dp"
+ android:layout_marginBottom="8dp" />
+
</LinearLayout>
</android.support.v4.widget.NestedScrollView>