diff options
author | fred ross-perry <fredross-perry@Fred-Ross-Perrys-Computer.local> | 2016-07-14 17:03:45 -0700 |
---|---|---|
committer | fred ross-perry <fred.ross-perry@artifex.com> | 2016-07-15 10:09:03 -0700 |
commit | ab9415f28a357adbc53f45e0187c6bf90ade540b (patch) | |
tree | 8d552332d9af039a38420db3ecb4c6b20d07dd48 /platform/android/example | |
parent | 1d847853c9608e52515d5dabb1943d10b29bab91 (diff) | |
download | mupdf-ab9415f28a357adbc53f45e0187c6bf90ade540b.tar.xz |
android example - fix whitespace issue.
Diffstat (limited to 'platform/android/example')
-rwxr-xr-x | platform/android/example/app/src/main/res/layout/activity_doc_view.xml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/platform/android/example/app/src/main/res/layout/activity_doc_view.xml b/platform/android/example/app/src/main/res/layout/activity_doc_view.xml index c3ad0085..e21c4a04 100755 --- a/platform/android/example/app/src/main/res/layout/activity_doc_view.xml +++ b/platform/android/example/app/src/main/res/layout/activity_doc_view.xml @@ -1,26 +1,26 @@ <?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:orientation="vertical"> + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical"> - <LinearLayout - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="horizontal"> + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="horizontal"> - <Button - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="Annotations" - android:onClick="onToggleAnnotations"/> + <Button + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="Annotations" + android:onClick="onToggleAnnotations"/> - </LinearLayout> + </LinearLayout> - <com.artifex.mupdf.android.DocView - android:id="@+id/doc_view" - android:layout_width="match_parent" - android:layout_height="match_parent"> - </com.artifex.mupdf.android.DocView> + <com.artifex.mupdf.android.DocView + android:id="@+id/doc_view" + android:layout_width="match_parent" + android:layout_height="match_parent"> + </com.artifex.mupdf.android.DocView> </LinearLayout> |