mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-11 02:16:19 +00:00
add virtual controller configuration screen
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:id="@+id/configure_virtual_controller_frameLayout"
|
||||
>
|
||||
|
||||
</FrameLayout>
|
||||
@@ -55,5 +55,15 @@
|
||||
android:summary="@string/summary_decoder_list"
|
||||
android:defaultValue="auto" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="Virtual Controller">
|
||||
<CheckBoxPreference
|
||||
android:key="virtual_controller_checkbox_enable"
|
||||
android:title="Enable virtual controller"
|
||||
android:summary="Show virtual controller overlay on game screen"
|
||||
android:defaultValue="true"/>
|
||||
<Preference android:title="Site virtual controller items"
|
||||
android:key="button_open_virtual_controller_configuration"
|
||||
android:summary="tbd"/>
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user