|
@@ -102,14 +102,25 @@
|
|
app:layout_constraintTop_toTopOf="@id/rb_exportPdfDialog_foldableBooklet" />
|
|
app:layout_constraintTop_toTopOf="@id/rb_exportPdfDialog_foldableBooklet" />
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
- android:id="@+id/iv_exportPdfDialog_foldableBooklet_1"
|
|
|
|
- android:layout_width="@dimen/export_pdf_screenshot_width"
|
|
|
|
|
|
+ android:id="@+id/iv_exportPdfDialog_foldableBookletCoverFront"
|
|
|
|
+ android:layout_width="@dimen/export_pdf_cover_width"
|
|
|
|
+ android:foreground="@drawable/border_dotted_line_cooa_1dp"
|
|
android:layout_height="@dimen/export_pdf_screenshot_height"
|
|
android:layout_height="@dimen/export_pdf_screenshot_height"
|
|
android:layout_marginTop="24dp"
|
|
android:layout_marginTop="24dp"
|
|
android:scaleType="centerCrop"
|
|
android:scaleType="centerCrop"
|
|
app:layout_constraintLeft_toLeftOf="@id/tv_exportPdfDialog_foldableBooklet"
|
|
app:layout_constraintLeft_toLeftOf="@id/tv_exportPdfDialog_foldableBooklet"
|
|
app:layout_constraintTop_toBottomOf="@id/tv_exportPdfDialog_foldableBooklet" />
|
|
app:layout_constraintTop_toBottomOf="@id/tv_exportPdfDialog_foldableBooklet" />
|
|
|
|
|
|
|
|
+ <ImageView
|
|
|
|
+ android:id="@+id/iv_exportPdfDialog_foldableBookletCoverBack"
|
|
|
|
+ android:layout_width="@dimen/export_pdf_cover_width"
|
|
|
|
+ android:layout_height="@dimen/export_pdf_screenshot_height"
|
|
|
|
+ android:foreground="@drawable/border_dotted_line_cooa_1dp"
|
|
|
|
+ android:scaleType="centerCrop"
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="@id/iv_exportPdfDialog_foldableBookletCoverFront"
|
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/iv_exportPdfDialog_foldableBookletCoverFront"
|
|
|
|
+ app:layout_constraintTop_toTopOf="@id/iv_exportPdfDialog_foldableBookletCoverFront" />
|
|
|
|
+
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/iv_exportPdfDialog_foldableBooklet_2"
|
|
android:id="@+id/iv_exportPdfDialog_foldableBooklet_2"
|
|
android:layout_width="488dp"
|
|
android:layout_width="488dp"
|
|
@@ -118,9 +129,9 @@
|
|
android:layout_marginRight="40dp"
|
|
android:layout_marginRight="40dp"
|
|
android:scaleType="centerCrop"
|
|
android:scaleType="centerCrop"
|
|
android:src="@drawable/ic_img_foldable"
|
|
android:src="@drawable/ic_img_foldable"
|
|
- app:layout_constraintLeft_toRightOf="@id/iv_exportPdfDialog_foldableBooklet_1"
|
|
|
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/iv_exportPdfDialog_foldableBookletCoverBack"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
- app:layout_constraintTop_toTopOf="@id/iv_exportPdfDialog_foldableBooklet_1" />
|
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="@id/iv_exportPdfDialog_foldableBookletCoverBack" />
|
|
<Button
|
|
<Button
|
|
android:id="@+id/btn_exportPdfDialog_print"
|
|
android:id="@+id/btn_exportPdfDialog_print"
|
|
style="@style/Widget.AppCompat.Button.Borderless.Colored"
|
|
style="@style/Widget.AppCompat.Button.Borderless.Colored"
|