bb31b3c1eae76f58569b5d1c1a730b9b3f3ce51d.svn-base 656 B

12345678910111213141516171819
  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:background="@color/blue"
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent"
  15. />
  16. </LinearLayout>