|
7 | 7 | <CheckBoxPreference
|
8 | 8 | android:defaultValue="false"
|
9 | 9 | android:key="restore_on_boot"
|
| 10 | + android:singleLineTitle="false" |
10 | 11 | android:summaryOff="@string/restore_on_boot_summary_off"
|
11 | 12 | android:summaryOn="@string/restore_on_boot_summary_on"
|
12 | 13 | android:title="@string/restore_on_boot_title" />
|
13 | 14 | <com.wireguard.android.preference.ZipExporterPreference android:key="zip_exporter" />
|
14 | 15 | <Preference
|
15 | 16 | android:key="log_viewer"
|
| 17 | + android:singleLineTitle="false" |
16 | 18 | android:summary="@string/log_viewer_pref_summary"
|
17 | 19 | android:title="@string/log_viewer_pref_title" />
|
18 | 20 | <CheckBoxPreference
|
19 | 21 | android:defaultValue="false"
|
20 | 22 | android:key="dark_theme"
|
| 23 | + android:singleLineTitle="false" |
21 | 24 | android:summaryOff="@string/dark_theme_summary_off"
|
22 | 25 | android:summaryOn="@string/dark_theme_summary_on"
|
23 | 26 | android:title="@string/dark_theme_title" />
|
24 | 27 | <CheckBoxPreference
|
25 | 28 | android:defaultValue="false"
|
26 | 29 | android:key="multiple_tunnels"
|
| 30 | + android:singleLineTitle="false" |
27 | 31 | android:summaryOff="@string/multiple_tunnels_summary_off"
|
28 | 32 | android:summaryOn="@string/multiple_tunnels_summary_on"
|
29 | 33 | android:title="@string/multiple_tunnels_title" />
|
|
32 | 36 | <CheckBoxPreference
|
33 | 37 | android:defaultValue="false"
|
34 | 38 | android:key="allow_remote_control_intents"
|
| 39 | + android:singleLineTitle="false" |
35 | 40 | android:summaryOff="@string/allow_remote_control_intents_summary_off"
|
36 | 41 | android:summaryOn="@string/allow_remote_control_intents_summary_on"
|
37 | 42 | android:title="@string/allow_remote_control_intents_title" />
|
|
0 commit comments