|
54 | 54 | android:entries="@array/pref_led_blink_pattern_entries" |
55 | 55 | android:entryValues="@array/pref_led_blink_pattern_values" /> |
56 | 56 |
|
57 | | - <RingtonePreference android:layout="?android:attr/preferenceLayoutChild" |
58 | | - android:dependency="pref_key_enable_notifications" |
| 57 | + <RingtonePreference android:dependency="pref_key_enable_notifications" |
59 | 58 | android:key="pref_key_ringtone" |
60 | 59 | android:title="@string/preferences__sound" |
61 | 60 | android:summary="@string/preferences__change_notification_sound" |
62 | 61 | android:ringtoneType="notification" |
63 | 62 | android:defaultValue="content://settings/system/notification_sound" /> |
64 | 63 |
|
65 | 64 | <CheckBoxPreference android:key="pref_key_inthread_notifications" |
66 | | - android:title="@string/preferences__inthread_notifications" |
67 | | - android:summary="@string/preferences__play_inthread_notifications" |
68 | | - android:layout="?android:attr/preferenceLayoutChild" |
69 | | - android:dependency="pref_key_enable_notifications" |
70 | | - android:defaultValue="true" /> |
71 | | - |
72 | | - <CheckBoxPreference android:layout="?android:attr/preferenceLayoutChild" |
| 65 | + android:title="@string/preferences__inthread_notifications" |
| 66 | + android:summary="@string/preferences__play_inthread_notifications" |
73 | 67 | android:dependency="pref_key_enable_notifications" |
| 68 | + android:defaultValue="true" /> |
| 69 | + |
| 70 | + <CheckBoxPreference android:dependency="pref_key_enable_notifications" |
74 | 71 | android:key="pref_key_vibrate" |
75 | 72 | android:defaultValue="true" |
76 | 73 | android:title="@string/preferences__vibrate" |
|
127 | 124 |
|
128 | 125 | <PreferenceCategory android:title="@string/preferences__display_settings" android:key="pref_display_category"> |
129 | 126 |
|
130 | | - <Preference android:key="pref_choose_identity" |
131 | | - android:title="@string/preferences__choose_identity" |
132 | | - android:summary="@string/preferences__choose_your_contact_entry_from_the_contacts_list"/> |
| 127 | + <Preference android:key="pref_choose_identity" |
| 128 | + android:title="@string/preferences__choose_identity" |
| 129 | + android:summary="@string/preferences__choose_your_contact_entry_from_the_contacts_list"/> |
133 | 130 |
|
134 | 131 | </PreferenceCategory> |
135 | 132 |
|
|
0 commit comments