Explorar o código

Fixed ExportPdfDialog layout

Wayne %!s(int64=6) %!d(string=hai) anos
pai
achega
eeb9628f80
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/main/res/layout/dialog_export_pdf.xml

+ 1 - 2
src/main/res/layout/dialog_export_pdf.xml

@@ -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