RetroArch/android/andretro/res/layout/dialog_focus_hack.xml

10 lines
336 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<EditText xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/hack_message"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true"
android:focusableInTouchMode="true"
android:inputType="text" >
</EditText>