Skip to content
Permalink
Browse files
Merge pull request #11251 from t895/notouch-fix
Android: Use FrameLayout as root for notouch emulation layout
  • Loading branch information
JosJuice committed Nov 6, 2022
2 parents db679ab + ff38fef commit 1a51107
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -1,4 +1,4 @@
<View
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout_emulation"
android:layout_height="match_parent"
@@ -11,4 +11,4 @@
android:focusable="false"
android:focusableInTouchMode="false" />

</View>
</FrameLayout>
@@ -1,4 +1,4 @@
<View
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout_emulation"
android:layout_height="match_parent"
@@ -11,4 +11,4 @@
android:focusable="false"
android:focusableInTouchMode="false" />

</View>
</FrameLayout>

0 comments on commit 1a51107

Please sign in to comment.