From b1f0acf987cef46619bf978c36f810a2c2f4ec89 Mon Sep 17 00:00:00 2001 From: alexandr Date: Thu, 1 Aug 2024 14:20:58 +0300 Subject: [PATCH] [MS-612] Removing the 'fitsSystemWindows' attribute so that there is no extra white space when the toolbar is hidden --- .../src/main/res/layout/fragment_fingerprint_capture.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fingerprint/capture/src/main/res/layout/fragment_fingerprint_capture.xml b/fingerprint/capture/src/main/res/layout/fragment_fingerprint_capture.xml index ab45556cc8..7367cf6fc4 100644 --- a/fingerprint/capture/src/main/res/layout/fragment_fingerprint_capture.xml +++ b/fingerprint/capture/src/main/res/layout/fragment_fingerprint_capture.xml @@ -3,8 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:keepScreenOn="true" - android:layout_height="match_parent" - android:fitsSystemWindows="true"> + android:layout_height="match_parent">