mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 06:14:10 +01:00
Bugfix for accept call button
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
This commit is contained in:
parent
2511b54373
commit
325d793540
@ -82,7 +82,7 @@ class CallStartedViewHolder(incomingView: View, payload: Any) :
|
|||||||
true
|
true
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
ApiUtils.getUrlForAvatar(user!!.baseUrl, message.actorDisplayName, true)
|
ApiUtils.getUrlForAvatar(user!!.baseUrl, message.actorDisplayName, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
val imageRequest: ImageRequest = ImageRequest.Builder(context)
|
val imageRequest: ImageRequest = ImageRequest.Builder(context)
|
||||||
|
@ -41,9 +41,9 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginHorizontal="@dimen/standard_quarter_margin"
|
android:layout_marginHorizontal="@dimen/standard_quarter_margin"
|
||||||
app:chipIcon="@drawable/accent_circle"
|
app:chipIcon="@drawable/account_circle_48dp"
|
||||||
app:chipCornerRadius="@dimen/dialogBorderRadius"
|
app:chipCornerRadius="@dimen/dialogBorderRadius"
|
||||||
tools:text="Jessica Fox" />
|
tools:text="Julius James Linus" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@ -65,7 +65,7 @@
|
|||||||
android:backgroundTint="@color/nc_darkGreen"
|
android:backgroundTint="@color/nc_darkGreen"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginHorizontal="@dimen/standard_half_margin"
|
android:layout_marginHorizontal="@dimen/standard_margin"
|
||||||
app:icon="@drawable/ic_videocam_grey_600_24dp"
|
app:icon="@drawable/ic_videocam_grey_600_24dp"
|
||||||
app:iconTint="@color/white"
|
app:iconTint="@color/white"
|
||||||
android:alpha="0.8"
|
android:alpha="0.8"
|
||||||
@ -78,7 +78,7 @@
|
|||||||
android:backgroundTint="@color/nc_darkGreen"
|
android:backgroundTint="@color/nc_darkGreen"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginHorizontal="@dimen/standard_half_margin"
|
android:layout_marginHorizontal="@dimen/standard_margin"
|
||||||
android:alpha="0.8"
|
android:alpha="0.8"
|
||||||
app:icon="@drawable/ic_phone"
|
app:icon="@drawable/ic_phone"
|
||||||
app:iconTint="@color/white"
|
app:iconTint="@color/white"
|
||||||
|
Loading…
Reference in New Issue
Block a user