aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongik Cha <jeongik@google.com>2024-05-20 15:22:33 +0900
committerJeongik Cha <jeongik@google.com>2024-05-20 15:22:33 +0900
commitcc02cb9a7eed8f0328161fe1a30c105576af5f69 (patch)
treedfae0f946db4a6c42c9b5ef4292f81f0993706bb
parent2af7b9f4acde2e4fc2891015c0a774ff168ab7e8 (diff)
downloadVirtualization-cc02cb9a7eed8f0328161fe1a30c105576af5f69.tar.gz
replace FrameLayout with merge tag
as a linter suggested Bug: 325930922 Test: build Change-Id: If80603437d7c0f87c7c21ea3fad4c9e8b88946d5
-rw-r--r--vmlauncher_app/res/layout/activity_main.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmlauncher_app/res/layout/activity_main.xml b/vmlauncher_app/res/layout/activity_main.xml
index c588b192..e52dfcdb 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>