commit | b83dc64b07e39ac519b049ba514f1430389c8cf3 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Mon Sep 02 01:03:52 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Sep 02 01:03:52 2024 +0000 |
tree | 409f9475ae7828ed7a45fecf0c2dd544f0561417 | |
parent | be53522cf0cc4b9b0e50a889c04507a31a546458 [diff] | |
parent | a2c884afcd7dbe31c580accb75d9b2aa26de9d5d [diff] |
set android:fitsSystemWindows="true" for terminal app am: cae3553663 am: a2c884afcd Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3247635 Change-Id: I59b54ed8d57fed208a8b750cb53cd1a7582fe274 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/android/TerminalApp/res/layout/activity_headless.xml b/android/TerminalApp/res/layout/activity_headless.xml index 2a640f3..3fe5271 100644 --- a/android/TerminalApp/res/layout/activity_headless.xml +++ b/android/TerminalApp/res/layout/activity_headless.xml
@@ -5,6 +5,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" + android:fitsSystemWindows="true" tools:context=".MainActivity"> <TextView android:id="@+id/ip_addr_textview"