|
@@ -3,7 +3,6 @@
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@color/color_f6f8f9"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<include
|
|
@@ -79,9 +78,9 @@
|
|
|
android:textSize="@dimen/sp_17"
|
|
|
android:textColor="@color/black_333"
|
|
|
android:layout_marginLeft="12dp"
|
|
|
- android:layout_marginTop="9dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
android:text="E-mail"
|
|
|
- android:layout_marginBottom="27dp"
|
|
|
+ android:layout_marginBottom="14dp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/view_line1"
|