From 46dc3b2d00a572ce83375cdac34693b53f266722 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 26 Oct 2023 14:48:25 +0200 Subject: [PATCH] Added missing trust badge on some call views --- app/src/main/res/layout/call_ended_fragment.xml | 10 ++++++++++ app/src/main/res/layout/call_incoming_fragment.xml | 10 ++++++++++ app/src/main/res/layout/call_outgoing_fragment.xml | 10 ++++++++++ 3 files changed, 30 insertions(+) diff --git a/app/src/main/res/layout/call_ended_fragment.xml b/app/src/main/res/layout/call_ended_fragment.xml index a4ea01037..a5e34e92c 100644 --- a/app/src/main/res/layout/call_ended_fragment.xml +++ b/app/src/main/res/layout/call_ended_fragment.xml @@ -5,6 +5,7 @@ + @@ -93,6 +94,15 @@ app:layout_constraintTop_toTopOf="@id/background" app:layout_constraintBottom_toBottomOf="@id/background"/> + + + @@ -73,6 +74,15 @@ app:layout_constraintTop_toTopOf="@id/background" app:layout_constraintBottom_toBottomOf="@id/background"/> + + + @@ -87,6 +88,15 @@ app:layout_constraintTop_toTopOf="@id/background" app:layout_constraintBottom_toBottomOf="@id/background"/> + +