|
23 | 23 | app:key="texteditor_newstack" |
24 | 24 | app:summary="@string/preference_newstack_summary" |
25 | 25 | app:title="@string/preference_newstack_title" /> |
26 | | - <com.amaze.filemanager.ui.views.preference.CheckBox |
27 | | - android:layout_width="wrap_content" |
28 | | - android:layout_height="wrap_content" |
29 | | - app:defaultValue="true" |
30 | | - app:key="delete_confirmation" |
31 | | - app:summary="@string/preference_delete_confirmation_summary" |
32 | | - app:title="@string/preference_delete_confirmation" /> |
33 | | - <com.amaze.filemanager.ui.views.preference.CheckBox |
34 | | - android:layout_width="wrap_content" |
35 | | - android:layout_height="wrap_content" |
36 | | - app:defaultValue="false" |
37 | | - app:key="delete_permanently_without_confirmation" |
38 | | - app:summary="@string/preference_delete_permanently_without_confirmation_summary" |
39 | | - app:title="@string/preference_delete_permanently_without_confirmation" /> |
40 | 26 | <Preference |
41 | 27 | android:layout_width="wrap_content" |
42 | 28 | android:layout_height="wrap_content" |
|
55 | 41 | app:key="extractpath" |
56 | 42 | app:summary="@string/archive_summary" |
57 | 43 | app:title="@string/archive_extract_folder"></Preference> |
58 | | - <PreferenceCategory android:title="@string/trash_bin"> |
| 44 | + <PreferenceCategory android:title="@string/file_deletion"> |
59 | 45 | <Preference |
60 | 46 | android:layout_width="wrap_content" |
61 | 47 | android:layout_height="wrap_content" |
|
80 | 66 | app:key="cleanup_interval" |
81 | 67 | app:summary="@string/trash_bin_cleanup_interval_summary" |
82 | 68 | app:title="@string/trash_bin_cleanup_interval_title"></Preference> |
| 69 | + <com.amaze.filemanager.ui.views.preference.CheckBox |
| 70 | + app:defaultValue="true" |
| 71 | + app:key="delete_confirmation" |
| 72 | + app:summary="@string/preference_delete_confirmation_summary" |
| 73 | + app:title="@string/preference_delete_confirmation" /> |
| 74 | + |
| 75 | + <com.amaze.filemanager.ui.views.preference.CheckBox |
| 76 | + app:defaultValue="false" |
| 77 | + app:key="delete_permanently_without_confirmation" |
| 78 | + app:summary="@string/preference_delete_permanently_without_confirmation_summary" |
| 79 | + app:title="@string/preference_delete_permanently_without_confirmation" /> |
83 | 80 | </PreferenceCategory> |
84 | 81 | <PreferenceCategory android:title="@string/advanced_search"> |
85 | 82 |
|
|
0 commit comments