Make widgets fully opaque by default
This commit is contained in:
parent
d20a2be7e6
commit
209e709163
@ -47,7 +47,7 @@
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="102"
|
||||
android:defaultValue="255"
|
||||
android:entries="@array/widget_opacity_entries"
|
||||
android:entryValues="@array/widget_opacity_values"
|
||||
android:key="pref_widget_opacity"
|
||||
|
||||
@ -330,7 +330,7 @@ public class Preferences
|
||||
|
||||
public int getWidgetOpacity()
|
||||
{
|
||||
return Integer.parseInt(storage.getString("pref_widget_opacity", "102"));
|
||||
return Integer.parseInt(storage.getString("pref_widget_opacity", "255"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user