@ -17,9 +17,15 @@
@@ -17,9 +17,15 @@
-->
<PreferenceScreen xmlns:android= "http://schemas.android.com/apk/res/android" >
<CheckBoxPreference
android:key="notifications_enabledrss"
android:title="@string/pref_notifications_rss"
android:summary="@string/pref_notifications_info"
android:defaultValue="true" />
<CheckBoxPreference
android:key="notifications_enabled"
android:title="@string/pref_notifications"
android:title="@string/pref_notifications_torrent "
android:summary="@string/pref_notifications_info"
android:defaultValue="true" />
@ -29,36 +35,31 @@
@@ -29,36 +35,31 @@
android:summary="@string/pref_notifyinterval_info"
android:entries="@array/pref_notifyinterval_types"
android:entryValues="@array/pref_notifyinterval_values"
android:defaultValue="10800"
android:dependency="notifications_enabled" />
android:defaultValue="10800" />
<RingtonePreference
android:key="notifications_sound"
android:title="@string/pref_notifysound"
android:ringtoneType="notification"
android:showDefault="true"
android:showSilent="true"
android:dependency="notifications_enabled" />
android:showSilent="true" />
<CheckBoxPreference
android:key="notifications_vibrate"
android:title="@string/pref_notifyvibrate"
android:defaultValue="false"
android:dependency="notifications_enabled" />
android:defaultValue="false" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="notifications_ledcolour"
android:title="@string/pref_notifyled"
android:summary="@string/pref_notifyled_info"
android:defaultValue="@color/ledgreen"
android:dependency="notifications_enabled"
alphaSlider="false" />
<CheckBoxPreference
android:key="notifications_adwnotify"
android:title="@string/pref_adw"
android:summary="@string/pref_adw_info"
android:defaultValue="false"
android:dependency="notifications_enabled" />
android:defaultValue="false" />
</PreferenceScreen>