mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
Reactivate widget view tests; update widget previews
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user