Update UI of toggling shared contact photo.

This commit is contained in:
Greyson Parrelli
2018-07-05 10:05:54 -07:00
parent 42236d6c3d
commit 84e2fcad54
7 changed files with 9 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 832 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -9,15 +9,6 @@
android:paddingBottom="5dp"
android:gravity="center_vertical">
<ImageView
android:id="@+id/contact_field_avatar"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginLeft="12dp"
android:layout_marginStart="12dp"
android:visibility="gone"
tools:src="@drawable/ic_contact_picture" />
<ImageView
android:id="@+id/contact_field_icon"
android:layout_width="24dp"
@@ -26,6 +17,13 @@
android:tint="@color/grey_600"
tools:src="@drawable/ic_call_white_24dp" />
<ImageView
android:id="@+id/contact_field_avatar"
android:layout_width="40dp"
android:layout_height="40dp"
android:visibility="gone"
tools:src="@drawable/ic_contact_picture" />
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"