Small fixes

This commit is contained in:
M66B 2019-04-18 10:09:59 +02:00
parent 402a73c8ee
commit 748715f798
2 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@
android:id="@+id/grpHeader"
android:layout_width="0dp"
android:layout_height="0dp"
app:constraint_referenced_ids="spAccount,spIdentity,etTo,ivToAdd,etSubject,vSeparator" />
app:constraint_referenced_ids="spIdentity,etTo,ivToAdd,etSubject,vSeparator" />
<androidx.constraintlayout.widget.Group
android:id="@+id/grpExtra"

View File

@ -15,7 +15,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvCopyright" />
app:layout_constraintTop_toTopOf="parent" />
<Button
android:id="@+id/btnCancel"