Browse Source

Fixed identity separator

main
M66B 6 years ago
parent
commit
05a730cc31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/src/main/res/layout/item_identity.xml

+ 1
- 1
app/src/main/res/layout/item_identity.xml View File

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

Loading…
Cancel
Save