Allow user to change transparency of widgets

Closes #376
This commit is contained in:
2019-12-30 15:51:06 -06:00
parent 5191290188
commit 3f002efb53
22 changed files with 77 additions and 36 deletions

View File

@@ -43,6 +43,15 @@
android:summary="@string/pure_black_description"
android:title="@string/use_pure_black"/>
<ListPreference
android:entries="@array/widget_opacity_entries"
android:entryValues="@array/widget_opacity_values"
android:key="pref_widget_opacity"
android:title="@string/widget_opacity_title"
android:summary="@string/widget_opacity_description"
android:defaultValue="102"
/>
</PreferenceCategory>
<PreferenceCategory