23 lines
801 B
XML
23 lines
801 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:project64="http://schemas.android.com/apk/res/emu.project64"
|
|
android:key="screenRoot" >
|
|
|
|
<emu.project64.settings.SeekBarPreference
|
|
android:defaultValue="100"
|
|
android:key="touchscreenScale"
|
|
android:title="@string/touchscreenScale_title"
|
|
project64:maximumValue="400"
|
|
project64:minimumValue="50"
|
|
project64:stepSize="1"
|
|
project64:units="%"
|
|
/>
|
|
|
|
<emu.project64.settings.TwoLinesListPreference
|
|
android:defaultValue="0"
|
|
android:key="touchscreenLayout"
|
|
android:title="@string/touchscreenLayout_title"
|
|
android:dialogTitle="@string/touchscreenLayout_title" />
|
|
|
|
</PreferenceScreen>
|