commit | 37dbd83fae12a8805be93293dcad3a78b42d1dc7 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Mon May 20 08:22:17 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 20 08:22:17 2024 +0000 |
tree | b316824f040b4a9882c6226a96893446143ff3c6 | |
parent | 1952e25f432801568d50ff3eac3bb2bfbe0b16ab [diff] | |
parent | 94cee247c5f24d382c9b81b26e66eea867904c4a [diff] |
replace FrameLayout with merge tag am: cc02cb9a7e am: 94cee247c5 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3093762 Change-Id: I8f74724ad3ed99efb56a215f4e0695c5d422c132 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/vmlauncher_app/res/layout/activity_main.xml b/vmlauncher_app/res/layout/activity_main.xml index c588b19..e52dfcd 100644 --- a/vmlauncher_app/res/layout/activity_main.xml +++ b/vmlauncher_app/res/layout/activity_main.xml
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" +<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" @@ -21,4 +21,4 @@ <requestFocus /> </SurfaceView> -</FrameLayout> +</merge>