From 0922f282d8a0eb8ec818323485ea2bdb196c8185 Mon Sep 17 00:00:00 2001 From: Rubin Xu Date: Tue, 2 Jul 2024 16:28:53 +0100 Subject: [PATCH] Fix certificate manager UI (take 2) Change layout height so it does not obscure the floating action buttons at the bottom. Bug: 349518143 Flag: EXEMPT bug fix Test: manual CTS Verifier run Change-Id: Iaf82b2e6343790bbed9508a5dae9a66566760cac --- res/layout/request_manage_credentials.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/request_manage_credentials.xml b/res/layout/request_manage_credentials.xml index 4f6a5c415be..c25a35d981c 100644 --- a/res/layout/request_manage_credentials.xml +++ b/res/layout/request_manage_credentials.xml @@ -18,7 +18,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_height="match_parent" android:fitsSystemWindows="true" android:clipChildren="true">