mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
properly update the View screen if a number/email/event was removed
This commit is contained in:
@ -154,11 +154,7 @@
|
||||
android:layout_below="@+id/contact_surname"
|
||||
android:layout_toRightOf="@+id/contact_number_image"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="@dimen/small_margin">
|
||||
|
||||
<include layout="@layout/item_view_phone_number"/>
|
||||
|
||||
</LinearLayout>
|
||||
android:paddingLeft="@dimen/small_margin"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/contact_email_image"
|
||||
@ -178,11 +174,7 @@
|
||||
android:layout_below="@+id/contact_numbers_holder"
|
||||
android:layout_toRightOf="@+id/contact_name_image"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="@dimen/small_margin">
|
||||
|
||||
<include layout="@layout/item_view_email"/>
|
||||
|
||||
</LinearLayout>
|
||||
android:paddingLeft="@dimen/small_margin"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/contact_event_image"
|
||||
@ -201,11 +193,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/contact_emails_holder"
|
||||
android:layout_toRightOf="@+id/contact_name_image"
|
||||
android:orientation="vertical">
|
||||
|
||||
<include layout="@layout/item_event"/>
|
||||
|
||||
</LinearLayout>
|
||||
android:orientation="vertical"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/contact_source_image"
|
||||
|
Reference in New Issue
Block a user