Fixed identity separator

This commit is contained in:
M66B 2018-08-09 04:49:23 +00:00
parent 8826305d89
commit 05a730cc31
1 changed files with 1 additions and 1 deletions

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>