fix: 引入Settings的Module
This commit is contained in:
63
Settings/res/menu/manage_apps.xml
Normal file
63
Settings/res/menu/manage_apps.xml
Normal file
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2015 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/search_app_list_menu"
|
||||
android:title="@string/search_settings"
|
||||
android:icon="@drawable/ic_find_in_page_24px"
|
||||
android:showAsAction="always|collapseActionView"
|
||||
android:actionViewClass="android.widget.SearchView" />
|
||||
|
||||
<item
|
||||
android:id="@+id/advanced"
|
||||
android:title="@string/advanced_apps"
|
||||
android:icon="@drawable/ic_settings_24dp"
|
||||
android:showAsAction="collapseActionView|ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/show_system"
|
||||
android:title="@string/menu_show_system"
|
||||
android:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/hide_system"
|
||||
android:title="@string/menu_hide_system"
|
||||
android:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/sort_order_alpha"
|
||||
android:title="@string/sort_order_alpha"
|
||||
android:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/sort_order_size"
|
||||
android:title="@string/sort_order_size"
|
||||
android:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/sort_order_recent_notification"
|
||||
android:title="@string/sort_order_recent_notification"
|
||||
android:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/sort_order_frequent_notification"
|
||||
android:title="@string/sort_order_frequent_notification"
|
||||
android:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/reset_app_preferences"
|
||||
android:title="@string/reset_app_preferences"
|
||||
android:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/delete_all_app_clones"
|
||||
android:title="@string/delete_all_app_clones"
|
||||
android:showAsAction="never" />
|
||||
</menu>
|
||||
35
Settings/res/menu/print_service_settings.xml
Normal file
35
Settings/res/menu/print_service_settings.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2013 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/print_menu_item_search"
|
||||
android:title="@string/print_menu_item_search"
|
||||
android:actionViewClass="android.widget.SearchView"
|
||||
android:showAsAction="never|collapseActionView"
|
||||
android:imeOptions="actionSearch">
|
||||
</item>
|
||||
<item
|
||||
android:id="@+id/print_menu_item_add_printer"
|
||||
android:title="@string/print_menu_item_add_printer"
|
||||
android:showAsAction="never">
|
||||
</item>
|
||||
<item
|
||||
android:id="@+id/print_menu_item_settings"
|
||||
android:title="@string/print_menu_item_settings"
|
||||
android:showAsAction="never">
|
||||
</item>
|
||||
</menu>
|
||||
45
Settings/res/menu/storage_volume.xml
Normal file
45
Settings/res/menu/storage_volume.xml
Normal file
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2012 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/storage_rename"
|
||||
android:title="@string/storage_menu_rename" />
|
||||
<item
|
||||
android:id="@+id/storage_mount"
|
||||
android:title="@string/storage_menu_mount" />
|
||||
<item
|
||||
android:id="@+id/storage_unmount"
|
||||
android:title="@string/storage_menu_unmount" />
|
||||
<item
|
||||
android:id="@+id/storage_format"
|
||||
android:title="@string/storage_menu_format" />
|
||||
<item
|
||||
android:id="@+id/storage_format_as_portable"
|
||||
android:title="@string/storage_menu_format_option" />
|
||||
<item
|
||||
android:id="@+id/storage_format_as_internal"
|
||||
android:title="@string/storage_menu_format_option" />
|
||||
<item
|
||||
android:id="@+id/storage_migrate"
|
||||
android:title="@string/storage_menu_migrate" />
|
||||
<item
|
||||
android:id="@+id/storage_free"
|
||||
android:title="@string/storage_menu_free" />
|
||||
<item
|
||||
android:id="@+id/storage_forget"
|
||||
android:title="@string/storage_menu_forget" />
|
||||
</menu>
|
||||
26
Settings/res/menu/time_zone_base_search_menu.xml
Normal file
26
Settings/res/menu/time_zone_base_search_menu.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2018 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/time_zone_search_menu"
|
||||
android:title="@string/search_settings"
|
||||
android:icon="@drawable/ic_search_24dp"
|
||||
android:showAsAction="always|collapseActionView"
|
||||
android:actionViewClass="android.widget.SearchView" />
|
||||
|
||||
</menu>
|
||||
23
Settings/res/menu/vpn.xml
Normal file
23
Settings/res/menu/vpn.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2012 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/vpn_create"
|
||||
android:title="@string/vpn_create"
|
||||
android:icon="@drawable/ic_add_24dp"
|
||||
android:showAsAction="always" />
|
||||
</menu>
|
||||
Reference in New Issue
Block a user