6.7.0 - Alpha3 - 设置页面支持应用启动器图标设置选项 (issue #405)

This commit is contained in:
SuperMonster003
2025-07-18 17:42:06 +08:00
parent 8273a394bf
commit e2e98b102a
16 changed files with 291 additions and 21 deletions

View File

@@ -60,6 +60,15 @@
app:longClickPrompt="@string/description_documentation_source_preference"
app:longClickPromptMore="@string/description_documentation_source_preference_more" />
<org.autojs.autojs.ui.settings.LauncherIconPreference
app:layout="@layout/preference_custom"
app:key="@string/key_launcher_icon"
app:title="@string/text_launcher_icon_title"
app:itemKeys="@array/keys_launcher_icon"
app:itemValues="@array/values_launcher_icon"
app:itemDefaultKey="@string/key_launcher_icon_adaptive"
app:longClickPrompt="@string/description_launcher_icon_preference" />
<org.autojs.autojs.ui.settings.LauncherShortcutsPreference
app:layout="@layout/preference_custom"
app:key="@string/key_launcher_shortcuts"