1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00

Fixed identity separator

This commit is contained in:
M66B 2018-08-09 04:49:23 +00:00
parent 8826305d89
commit 05a730cc31

View file

@ -72,5 +72,5 @@
android:layout_marginTop="6dp"
android:background="?attr/colorSeparator"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvHost" />
app:layout_constraintTop_toBottomOf="@id/tvEmail" />
</androidx.constraintlayout.widget.ConstraintLayout>