Fix layout for contact_edit_row
This commit is contained in:
parent
c928426341
commit
46196c7f6f
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
|||
style="@style/font6"
|
||||
android:textCursorDrawable="@null"
|
||||
android:inputType="textEmailAddress"
|
||||
android:layout_toLeftOf="@+id/delete"
|
||||
android:layout_toStartOf="@+id/delete"/>
|
||||
android:layout_toLeftOf="@+id/delete_field"
|
||||
android:layout_toStartOf="@+id/delete_field"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/delete_field"
|
||||
|
|
Loading…
Reference in a new issue