|
|
@ -2,14 +2,14 @@ |
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:paddingBottom="12dp" |
|
|
|
android:paddingTop="12dp"> |
|
|
|
|
|
|
|
<View |
|
|
|
android:id="@+id/vSeparatorAddress" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="3dp" |
|
|
|
android:layout_marginBottom="6dp" |
|
|
|
android:layout_marginTop="6dp" |
|
|
|
android:background="?attr/colorSeparator" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |