mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Make widgets fully opaque by default
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
app:iconSpaceReserved="false" />
|
app:iconSpaceReserved="false" />
|
||||||
|
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:defaultValue="102"
|
android:defaultValue="255"
|
||||||
android:entries="@array/widget_opacity_entries"
|
android:entries="@array/widget_opacity_entries"
|
||||||
android:entryValues="@array/widget_opacity_values"
|
android:entryValues="@array/widget_opacity_values"
|
||||||
android:key="pref_widget_opacity"
|
android:key="pref_widget_opacity"
|
||||||
|
|||||||
@@ -330,7 +330,7 @@ public class Preferences
|
|||||||
|
|
||||||
public int getWidgetOpacity()
|
public int getWidgetOpacity()
|
||||||
{
|
{
|
||||||
return Integer.parseInt(storage.getString("pref_widget_opacity", "102"));
|
return Integer.parseInt(storage.getString("pref_widget_opacity", "255"));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user