|
@@ -1,7 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="800dp"
|
|
|
android:layout_height="544dp"
|
|
|
android:background="@drawable/bg_rounded_8dp"
|
|
@@ -86,7 +85,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="136dp"
|
|
|
android:buttonTint="@color/cocoa"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@id/rb_exportPdfDialog_standard"
|
|
|
app:layout_constraintTop_toBottomOf="@id/rb_exportPdfDialog_standard" />
|
|
|
|
|
|
<TextView
|