Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOMobile-Cn-Ko-En
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fallenstardust
YGOMobile-Cn-Ko-En
Commits
b3edecf5
Commit
b3edecf5
authored
Apr 06, 2020
by
fallenstardust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
停用自定义workdir路径
常用设置提前
parent
65a0e569
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
mobile/src/main/res/xml/preference_game.xml
mobile/src/main/res/xml/preference_game.xml
+13
-11
No files found.
mobile/src/main/res/xml/preference_game.xml
View file @
b3edecf5
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<PreferenceCategory
android:title=
"@string/settings_game"
>
<PreferenceCategory
android:title=
"@string/settings_game"
>
<Preference
<
!--
Preference
android:key="pref_key_game_res_path"
android:key="pref_key_game_res_path"
android:persistent="true"
android:persistent="true"
android:title=
"@string/settings_game_res_path"
/>
android:title="@string/settings_game_res_path" /
--
>
<Preference
<Preference
android:key=
"pref_key_about_check_update"
android:key=
"pref_key_about_check_update"
android:persistent=
"true"
android:persistent=
"true"
...
@@ -14,6 +14,17 @@
...
@@ -14,6 +14,17 @@
android:key=
"pref_key_change_log"
android:key=
"pref_key_change_log"
android:title=
"@string/settings_about_change_log"
/>
android:title=
"@string/settings_about_change_log"
/>
<CheckBoxPreference
android:key=
"pref_settings_read_ex"
android:persistent=
"true"
android:title=
"@string/title_use_ex"
/>
<CheckBoxPreference
android:key=
"pref_key_start_serviceduelassistant"
android:persistent=
"true"
android:summary=
"@string/about_DuelAssistant"
android:title=
"@string/Start_ServiceDuelAssistant"
/>
<CheckBoxPreference
<CheckBoxPreference
android:key=
"pref_settings_keep_scale"
android:key=
"pref_settings_keep_scale"
android:persistent=
"false"
android:persistent=
"false"
...
@@ -36,15 +47,6 @@
...
@@ -36,15 +47,6 @@
android:persistent="true"
android:persistent="true"
android:summary="@string/only_game_tip"
android:summary="@string/only_game_tip"
android:title="@string/settings_pref_settings_only_game"/-->
android:title="@string/settings_pref_settings_only_game"/-->
<CheckBoxPreference
android:key=
"pref_key_start_serviceduelassistant"
android:persistent=
"true"
android:summary=
"@string/about_DuelAssistant"
android:title=
"@string/Start_ServiceDuelAssistant"
/>
<CheckBoxPreference
android:key=
"pref_settings_read_ex"
android:persistent=
"true"
android:title=
"@string/title_use_ex"
/>
<CheckBoxPreference
<CheckBoxPreference
android:key=
"pref_key_game_screen_orientation"
android:key=
"pref_key_game_screen_orientation"
android:persistent=
"true"
android:persistent=
"true"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment