Explorar el Código

android: res: fragment_emulation: Ensure FPS counter is shown.

bunnei hace 3 años
padre
commit
f45a0b94d6
Se han modificado 1 ficheros con 7 adiciones y 7 borrados
  1. 7 7
      src/android/app/src/main/res/layout/fragment_emulation.xml

+ 7 - 7
src/android/app/src/main/res/layout/fragment_emulation.xml

@@ -24,6 +24,13 @@
         android:focusable="false"
         android:focusable="false"
         android:focusableInTouchMode="false" />
         android:focusableInTouchMode="false" />
 
 
+    <org.yuzu.yuzu_emu.overlay.InputOverlay
+        android:id="@+id/surface_input_overlay"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:focusable="true"
+        android:focusableInTouchMode="true" />
+
     <TextView
     <TextView
         android:id="@+id/show_fps_text"
         android:id="@+id/show_fps_text"
         android:layout_width="wrap_content"
         android:layout_width="wrap_content"
@@ -37,11 +44,4 @@
         android:textColor="@android:color/white"
         android:textColor="@android:color/white"
         android:textSize="12sp" />
         android:textSize="12sp" />
 
 
-    <org.yuzu.yuzu_emu.overlay.InputOverlay
-        android:id="@+id/surface_input_overlay"
-        android:layout_width="match_parent"
-        android:layout_height="match_parent"
-        android:focusable="true"
-        android:focusableInTouchMode="true" />
-
 </FrameLayout>
 </FrameLayout>