Fix edge-to-edge issue in certificate manager UI

Bug: 348083996
Flag: EXEMPT bugfix
Test: maunally start the certificate manager UI via TestDPC
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:c7eded46e19326d83f8f4bd4883ab6a42f56698a)
Merged-In: Id92897c81087febfdf02c8b90d69cd3e4270a22c
Change-Id: Id92897c81087febfdf02c8b90d69cd3e4270a22c
This commit is contained in:
Rubin Xu
2024-06-19 23:24:40 +01:00
committed by Android Build Coastguard Worker
parent da92e50685
commit cd27c8b352
3 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"

View File

@@ -17,6 +17,7 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"

View File

@@ -19,6 +19,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fitsSystemWindows="true"
android:clipChildren="true">
<RelativeLayout