From 9389fe47bdfaaf7ffeb01dddb391cb95c2a6b084 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Tue, 3 Oct 2017 13:32:08 -0700 Subject: [PATCH] Fix call screen FAB being off-center Fixes #7021 // FREEBIE --- res/layout/webrtc_call_screen.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/webrtc_call_screen.xml b/res/layout/webrtc_call_screen.xml index 5c26ea1a96..d12911e475 100644 --- a/res/layout/webrtc_call_screen.xml +++ b/res/layout/webrtc_call_screen.xml @@ -218,7 +218,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="40dp" - android:layout_gravity="bottom" + android:layout_gravity="bottom|center_horizontal" android:src="@drawable/ic_call_end_white_48dp" android:focusable="true" app:backgroundTint="@color/red_500"