Make number of grid columns adjustable

This commit is contained in:
MM20
2021-12-17 20:31:13 +01:00
parent dded695b81
commit 185e54bab2
17 changed files with 68 additions and 34 deletions
+3
View File
@@ -416,4 +416,7 @@
<string name="preference_themed_icons">Eingefärbte Symbole</string>
<string name="preference_themed_icons_summary">Symbole an das Farbschema der App anpassen</string>
<string name="weather_no_data">Keine Wetterdaten verfügbar.</string>
<string name="preference_category_grid">Raster</string>
<string name="preference_grid_column_count">Spaltenanzahl</string>
</resources>
+3
View File
@@ -454,4 +454,7 @@
<string name="feature_not_available">This feature is not available in this version of %1$s</string>
<string name="preference_category_clock_widget">Clock</string>
<string name="preference_clock_widget_style">Clock style</string>
<string name="preference_category_grid">Grid</string>
<string name="preference_grid_column_count">Number of columns</string>
</resources>