commit | cae35536637593b2fd8c3ff7b653bec69da7e51d | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Aug 30 22:11:15 2024 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Fri Aug 30 22:11:15 2024 +0900 |
tree | 05094b2c8aef2483ae722c8c475ff010ecd00df0 | |
parent | bec52417d44cc06dcb9ef642707e272af4e2d504 [diff] |
set android:fitsSystemWindows="true" for terminal app to fix overlapping between action bar and layout Bug: 357827587 Test: launch app Change-Id: I3cb9ff3b87f1c3bde5540df29a5f3b46290e3934
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"