Reactivate widget view tests; update widget previews

This commit is contained in:
2020-08-23 14:09:50 -05:00
parent 84523869e8
commit cddbf558e6
85 changed files with 194 additions and 55 deletions

View File

@@ -333,6 +333,12 @@ public class Preferences
return Integer.parseInt(storage.getString("pref_widget_opacity", "255"));
}
public void setWidgetOpacity(int value)
{
storage.putString("pref_widget_opacity", Integer.toString(value));
}
/**
* @return An integer representing the first day of the week. Sunday
* corresponds to 1, Monday to 2, and so on, until Saturday, which is