From 321302d271089cd79f8e69da9e574bd3c26c9ead Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 8 Jul 2019 18:16:15 +0200 Subject: [PATCH] assure that image editing controls are not overlapped by the soft navigation bar --- res/layout/scribble_activity.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/scribble_activity.xml b/res/layout/scribble_activity.xml index 366c9cd60..21802883e 100644 --- a/res/layout/scribble_activity.xml +++ b/res/layout/scribble_activity.xml @@ -6,6 +6,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/black" + android:fitsSystemWindows="true" tools:context="org.thoughtcrime.securesms.scribbles.ScribbleActivity">