res/layout/preferences.xml
changeset 945 89f1be755b8d
parent 885 193a934390ba
child 946 7caab0161cf9
equal deleted inserted replaced
944:31af5f8f9015 945:89f1be755b8d
    68 			</PreferenceCategory>
    68 			</PreferenceCategory>
    69 		</PreferenceScreen>
    69 		</PreferenceScreen>
    70 		<PreferenceScreen
    70 		<PreferenceScreen
    71 			android:title="@string/notification_preferences">
    71 			android:title="@string/notification_preferences">
    72 			<CheckBoxPreference
    72 			<CheckBoxPreference
       
    73 				android:title="@string/notification_enable"
       
    74 				android:defaultValue="false"
       
    75 				android:summary="@string/notification_enable_sum"
       
    76 				android:key="notification_enable" />
       
    77 			<CheckBoxPreference
    73 				android:title="@string/notification_enable_vibrate_title"
    78 				android:title="@string/notification_enable_vibrate_title"
       
    79 				android:dependency="notification_enable"
    74 				android:defaultValue="false"
    80 				android:defaultValue="false"
    75 				android:summary="@string/notification_enable_vibrate_sum"
    81 				android:summary="@string/notification_enable_vibrate_sum"
    76 				android:key="notification_vibrate" />
    82 				android:key="notification_vibrate" />
    77 			<RingtonePreference
    83 			<RingtonePreference
    78 				android:title="@string/notification_snd_title"
    84 				android:title="@string/notification_snd_title"
       
    85 				android:dependency="notification_enable"
    79 				android:key="notification_sound"
    86 				android:key="notification_sound"
    80 				android:summary="@string/notification_snd_sum"
    87 				android:summary="@string/notification_snd_sum"
    81 				android:ringtoneType="notification"
    88 				android:ringtoneType="notification"
    82 				android:showDefault="true" />
    89 				android:showDefault="true" />
    83 		</PreferenceScreen>
    90 		</PreferenceScreen>