Skip to content

Commit

Permalink
VirtualPad should not be focusable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Jun 23, 2021
1 parent 11919a6 commit 1b6d947
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions build_android/src/main/res/layout/emulator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
>
Expand All @@ -23,13 +21,13 @@
android:focusable="false"
android:focusableInTouchMode="false"
/>

<com.virtualapplications.play.VirtualPadView
android:id="@+id/emulator_virtualpad"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true"
android:focusableInTouchMode="true"
/>
android:focusable="false"
android:focusableInTouchMode="false" />
<TextView
android:id="@+id/emulator_fps"
android:layout_width="wrap_content"
Expand Down

0 comments on commit 1b6d947

Please sign in to comment.