Skip to content

Commit

Permalink
[app] Tweak description for show hidden icon option (LSPosed#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviraxp authored May 15, 2021
1 parent 09ac0e3 commit 3a7b4c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
<string name="dns_over_http_summary">解决某些地区的 DNS 污染问题</string>
<string name="theme_color">主题颜色</string>
<string name="theme_color_summary">应用中最常见的颜色</string>
<string name="settings_show_hidden_icon_apps_enabled">(Android 10+)限制应用隐藏其启动器图标</string>
<string name="settings_show_hidden_icon_apps_enabled">强制应用在启动器中显示图标</string>
<string name="settings_show_hidden_icon_apps_enabled_summary">在 Android 10 之后,应用(特别是 Xposed 模块)不被允许隐藏启动器图标。关闭本选项以禁用此功能。</string>
<string name="settings_group_system">系统</string>

<!-- Module Repo -->
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
<string name="theme_color">Theme color</string>
<string name="theme_color_summary">Color that appears most frequently in the app</string>
<string name="theme_color_system_accent">System accent color</string>
<string name="settings_show_hidden_icon_apps_enabled">(Android 10+) Limit apps to hide their launcher icons</string>
<string name="settings_show_hidden_icon_apps_enabled">Force apps to show launcher icons</string>
<string name="settings_show_hidden_icon_apps_enabled_summary">After Android 10, apps (especially Xposed modules) are not allowed to hide their launcher icons. Turn off the toggle to disable this feature.</string>
<string name="settings_group_system">System</string>

<!-- Module Repo -->
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/xml/prefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
android:defaultValue="true"
android:key="show_hidden_icon_apps_enabled"
android:title="@string/settings_show_hidden_icon_apps_enabled"
android:summary="@string/settings_show_hidden_icon_apps_enabled_summary"
android:persistent="false"
app:isPreferenceVisible="false" />
</com.takisoft.preferencex.PreferenceCategory>
Expand Down

0 comments on commit 3a7b4c9

Please sign in to comment.