Small layout fix

This commit is contained in:
M66B 2023-08-25 13:47:13 +02:00
parent 630de81d60
commit a7ae3c2157
1 changed files with 1 additions and 1 deletions

View File

@ -1381,7 +1381,7 @@
android:id="@+id/grpNotes"
android:layout_width="0dp"
android:layout_height="0dp"
app:constraint_referenced_ids="tvNotes,etNotes,btnColorNotes" />
app:constraint_referenced_ids="tvNotes,etNotes,tvColorNotes,btnColorNotes" />
</androidx.constraintlayout.widget.ConstraintLayout>
</eu.faircode.email.ScrollViewEx>