mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix layout for contact_edit_row
This commit is contained in:
parent
b448dabaed
commit
9f82804836
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…
Add table
Reference in a new issue