Added grid column count settings

*Cough, cough* Use pinch to zoom gesture instead, not a fan of this.
This commit is contained in:
Viktor De Pasquale
2020-01-06 19:59:41 +01:00
parent 6a2acbe929
commit fcedd06e72
4 changed files with 30 additions and 1 deletions
+6
View File
@@ -91,4 +91,10 @@
<item>@string/sort_by_update</item>
</string-array>
<string-array name="span_count">
<item>@string/settings_grid_span_count_1</item>
<item>@string/settings_grid_span_count_2</item>
<item>@string/settings_grid_span_count_3</item>
</string-array>
</resources>
+5
View File
@@ -70,6 +70,11 @@
<string name="settings_dark_mode_dark">Always Dark</string>
<string name="settings_safe_mode_title">Safe Mode</string>
<string name="settings_safe_mode_summary">Disables everything but essential functionality within Magisk and Magisk Manager. Magisk Hide, as a separate subsystem, will stand unaffected.</string>
<string name="settings_grid_span_count_title">Grid Column Size</string>
<string name="settings_grid_span_count_summary">Sets column size for all eligible grid lists. You can set this outside settings by performing pinch gesture.</string>
<string name="settings_grid_span_count_1">One item per line (Small Screens)</string>
<string name="settings_grid_span_count_2">Two items per line (Recommended)</string>
<string name="settings_grid_span_count_3">Three item per line (Tablet/TV)</string>
<string name="install_options_title">Options</string>
<string name="install_method_title">Method</string>