summaryrefslogtreecommitdiff
path: root/platform/android/example/app/src/main/res/layout/choose_doc.xml
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-07-14 00:56:37 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-07-14 01:04:27 +0200
commitde4a540efee75970a7ff7949ada2304c786b1da8 (patch)
tree0d9375e02015f20f7290a4423dd9731bfff3ebd2 /platform/android/example/app/src/main/res/layout/choose_doc.xml
parentb8aeced92d5a3576e9bc5fbd87656dc97e380c52 (diff)
downloadmupdf-de4a540efee75970a7ff7949ada2304c786b1da8.tar.xz
Fix whitespace and indentation.
Diffstat (limited to 'platform/android/example/app/src/main/res/layout/choose_doc.xml')
-rw-r--r--platform/android/example/app/src/main/res/layout/choose_doc.xml48
1 files changed, 23 insertions, 25 deletions
diff --git a/platform/android/example/app/src/main/res/layout/choose_doc.xml b/platform/android/example/app/src/main/res/layout/choose_doc.xml
index 48e63b8c..bbccc496 100644
--- a/platform/android/example/app/src/main/res/layout/choose_doc.xml
+++ b/platform/android/example/app/src/main/res/layout/choose_doc.xml
@@ -1,32 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
- <LinearLayout
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center_horizontal"
- android:id="@+id/device_files_wrapper">
+ <LinearLayout
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_gravity="center_horizontal"
+ android:id="@+id/device_files_wrapper">
- <LinearLayout
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center_horizontal"
- android:id="@+id/file_list_wrpper">
+ <LinearLayout
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_gravity="center_horizontal"
+ android:id="@+id/file_list_wrpper">
- <ListView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:id="@+id/fileListView"
- android:layout_gravity="center_horizontal"
- android:choiceMode="singleChoice"
- android:background="#ffffff"/>
-
- </LinearLayout>
-
- </LinearLayout>
+ <ListView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:id="@+id/fileListView"
+ android:layout_gravity="center_horizontal"
+ android:choiceMode="singleChoice"
+ android:background="#ffffff"/>
+ </LinearLayout>
+ </LinearLayout>
</LinearLayout>