DroidFS/app/src/main/res/layout/activity_pdf_viewer.xml

4 lines
216 B
XML
Raw Normal View History

2022-02-18 15:53:48 +01:00
<?xml version="1.0" encoding="utf-8"?>
2022-03-05 12:51:02 +01:00
<org.grapheneos.pdfviewer.PdfViewer xmlns:android="http://schemas.android.com/apk/res/android"
2022-02-18 15:53:48 +01:00
android:layout_width="match_parent"
2022-03-05 12:51:02 +01:00
android:layout_height="match_parent"/>