Can open posts PDFs.

This commit is contained in:
Pierre HUBERT
2018-07-19 08:00:59 +02:00
parent 5660e6b573
commit 8a1a3050f4
12 changed files with 195 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ui.activities.PDFActivity">
<WebView
android:id="@+id/webview"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</android.support.constraint.ConstraintLayout>

View File

@@ -78,6 +78,13 @@
android:contentDescription="@string/post_image_description"
android:scaleType="centerInside" />
<!-- Related PDF (if any) -->
<org.communiquons.android.comunic.client.ui.views.PDFLinkButtonView
android:id="@+id/btn_pdf_link"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/PostPDFButton"/>
<!-- Post content -->
<TextView
android:id="@+id/post_content"