diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/prefs.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/prefs.xml b/res/xml/prefs.xml index 1e713d7..7a1b07b 100644 --- a/res/xml/prefs.xml +++ b/res/xml/prefs.xml @@ -46,6 +46,14 @@ android:defaultValue="0" android:max="100" /> + + <com.hlidskialf.android.preference.SeekBarPreference + android:key="service_extra_transparency" + android:title="@string/pref_service_extra_transparency_title" + android:summary="@string/pref_service_extra_transparency_summary" + android:defaultValue="0" + android:max="100" + /> <com.hlidskialf.android.preference.SeekBarPreference android:key="service_popper_transparency" |