diff --git a/app/src/main/java/com/nextcloud/talk/adapters/messages/CallStartedViewHolder.kt b/app/src/main/java/com/nextcloud/talk/adapters/messages/CallStartedViewHolder.kt index e0c4cbcc2..c6154ddaa 100644 --- a/app/src/main/java/com/nextcloud/talk/adapters/messages/CallStartedViewHolder.kt +++ b/app/src/main/java/com/nextcloud/talk/adapters/messages/CallStartedViewHolder.kt @@ -82,7 +82,7 @@ class CallStartedViewHolder(incomingView: View, payload: Any) : true ) } else { - ApiUtils.getUrlForAvatar(user!!.baseUrl, message.actorDisplayName, true) + ApiUtils.getUrlForAvatar(user!!.baseUrl, message.actorDisplayName, false) } val imageRequest: ImageRequest = ImageRequest.Builder(context) diff --git a/app/src/main/res/layout/call_started_message.xml b/app/src/main/res/layout/call_started_message.xml index 72ce73bfd..b80e82f96 100644 --- a/app/src/main/res/layout/call_started_message.xml +++ b/app/src/main/res/layout/call_started_message.xml @@ -24,7 +24,7 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginHorizontal="@dimen/standard_double_margin" + android:layout_marginHorizontal="@dimen/standard_margin" android:padding="@dimen/standard_padding" tools:background="@drawable/shape_grouped_outcoming_message" tools:backgroundTint="@color/colorPrimaryDark"> @@ -32,7 +32,7 @@ @@ -41,9 +41,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginHorizontal="@dimen/standard_quarter_margin" - app:chipIcon="@drawable/accent_circle" + app:chipIcon="@drawable/account_circle_48dp" app:chipCornerRadius="@dimen/dialogBorderRadius" - tools:text="Jessica Fox" /> + tools:text="Julius James Linus" /> @@ -78,8 +77,6 @@ android:backgroundTint="@color/nc_darkGreen" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginHorizontal="@dimen/standard_half_margin" - android:alpha="0.8" app:icon="@drawable/ic_phone" app:iconTint="@color/white" android:text="@string/audio_call"