Weather-Widget: replace drop-down selectors with scrollable rows (#253)
* adding details bar with icons and animations * adding lazy-rows, again * adding switch for compact mode / adjust padding * corner adjustments * Adjust alignment and typography * [Fix] Add missing outlineVariant to platform material3 dynamic color schemes * Adjust colors * Increase icon weight * Increase time selector touch target size * Change divider color * Adjust selection highlight color * add checks for valid details / display location icon on lat-lon location * removing redundant check for valid precipitation * Add colors argument to weather icons * Add Blend from material-color-utilities library * Blend weather icon colors towards theme color * Remove C/F * Add item blending when scrolling into / out of view * Create :ui:ktx:LazyListLayoutInfo.kt / increase provider padding --------- Co-authored-by: MM20 <15646950+MM2-0@users.noreply.github.com>
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
<string name="preference_location">Standort</string>
|
||||
<string name="preference_imperial_units_summary">Grad Fahrenheit und Meilen pro Stunde verwenden</string>
|
||||
<string name="preference_imperial_units">Imperiale Einheiten</string>
|
||||
<string name="preference_compact_mode">Kompaktmodus</string>
|
||||
<string name="preference_compact_mode_summary">Anzeige von täglich- und stündlichen Vorhersagen ausblenden</string>
|
||||
<string name="preference_category_debug">Debug</string>
|
||||
<string name="wikipedia_url">https://de.wikipedia.org</string>
|
||||
<string name="wikipedia_source">Aus Wikipedia</string>
|
||||
|
||||
@@ -450,6 +450,8 @@
|
||||
<string name="preference_location">Location</string>
|
||||
<string name="preference_imperial_units_summary">Use degrees Fahrenheit and miles per hour</string>
|
||||
<string name="preference_imperial_units">Imperial units</string>
|
||||
<string name="preference_compact_mode">Compact mode</string>
|
||||
<string name="preference_compact_mode_summary">Hide rows displaying hourly and daily forecasts</string>
|
||||
<string name="preference_category_debug">Debug</string>
|
||||
<string name="preference_category_debug_tools">Tools</string>
|
||||
<string name="preference_debug_cleanup_database">Clean up database</string>
|
||||
|
||||
@@ -92,6 +92,7 @@ message Settings {
|
||||
}
|
||||
WeatherProvider provider = 1;
|
||||
bool imperial_units = 2;
|
||||
bool compact_mode = 3;
|
||||
}
|
||||
WeatherSettings weather = 5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user