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

@ -190,4 +190,5 @@
<string name="err_get_latest_posts">An error occurred while trying to retrieve the list of latest posts!</string>
<string name="notice_no_latest_posts">You do not have any latest posts to display here.</string>
<string name="main_menu_search_user">Search user</string>
<string name="activity_view_pdf_label">View PDF</string>
</resources>

View File

@ -69,6 +69,11 @@
<item name="android:layout_gravity">center_vertical</item>
</style>
<!-- Post PDF button (when required) -->
<style name="PostPDFButton">
<item name="android:layout_gravity">center_horizontal</item>
</style>
<!-- Post content -->
<style name="PostContent">
<item name="android:textAlignment">center</item>