37345d2b912b5553f3a890e449b802ee382d7b76.svn-base 615 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:orientation="vertical"
  8. tools:context=".ui.webview.PDFActivity">
  9. <com.github.barteksc.pdfviewer.PDFView
  10. android:layout_marginTop="20dp"
  11. android:id="@+id/pdfView"
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent"
  14. />
  15. </LinearLayout>