1
0
mirror of https://github.com/sismics/docs.git synced 2026-02-21 11:38:52 +00:00

#55: Android: Export PDF dialog

This commit is contained in:
jendib
2016-01-14 00:19:31 +01:00
parent 0f4e5a8f6d
commit b9a4f0f1e0
8 changed files with 112 additions and 1 deletions

View File

@@ -207,6 +207,17 @@
android:orientation="horizontal"
style="?android:buttonBarStyle">
<Button
android:id="@+id/actionExportPdf"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableTop="@drawable/ic_description_grey600_24dp"
style="?android:buttonBarButtonStyle"
android:text="@string/export_pdf"
android:textColor="@color/button_material_dark"
android:textAllCaps="false"
android:layout_margin="8dp"/>
<Button
android:id="@+id/actionSharing"
android:layout_width="wrap_content"