Clean up some UnusedResources detected by lint
Bug: 234570979 Test: Manual with Settings App Change-Id: I2ad634d9beba623a5cdcff015c9aa28d78525cb7
This commit is contained in:
@@ -18,27 +18,6 @@
|
||||
*/
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Choices for timezone picker first level.
|
||||
These values will be used as search terms for TimeZone displayName
|
||||
strings. --> <skip />
|
||||
<!-- The time zone picker screen has two levels. The first level allows the user to choose a region. -->
|
||||
<string-array name="timezone_filters">
|
||||
<!-- The next level of the time zoner picker should show time zones from the Americas. -->
|
||||
<item>America</item>
|
||||
<!-- The next level of the time zoner picker should show time zones from Europe. -->
|
||||
<item>Europe</item>
|
||||
<!-- The next level of the time zoner picker should show time zones from Africa. -->
|
||||
<item>Africa</item>
|
||||
<!-- The next level of the time zoner picker should show time zones from Asia. -->
|
||||
<item>Asia</item>
|
||||
<!-- The next level of the time zoner picker should show time zones from Australia. -->
|
||||
<item>Australia</item>
|
||||
<!-- The next level of the time zoner picker should show time zones from Pacific. -->
|
||||
<item>Pacific</item>
|
||||
<!-- The next level of the time zoner picker should show time zones from ALL regions. -->
|
||||
<item>All</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Display settings. The delay in inactivity before the screen is turned off. These are shown in a list dialog. -->
|
||||
<string-array name="screen_timeout_entries">
|
||||
<item>15 seconds</item>
|
||||
@@ -68,38 +47,6 @@
|
||||
<item>1800000</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Display settings. The delay in inactivity before the dream is shown. These are shown in a list dialog. -->
|
||||
<string-array name="dream_timeout_entries">
|
||||
<item>Never</item>
|
||||
<item>15 seconds</item>
|
||||
<item>30 seconds</item>
|
||||
<item>1 minute</item>
|
||||
<item>2 minutes</item>
|
||||
<item>5 minutes</item>
|
||||
<item>10 minutes</item>
|
||||
<item>30 minutes</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Do not translate. -->
|
||||
<string-array name="dream_timeout_values" translatable="false">
|
||||
<!-- Do not translate. -->
|
||||
<item>0</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>15000</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>30000</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>60000</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>120000</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>300000</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>600000</item>
|
||||
<!-- Do not translate. -->
|
||||
<item>1800000</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Dark theme scheduling preferences [CHAR LIMIT=NONE] -->
|
||||
<string-array name="dark_ui_scheduler_preference_titles">
|
||||
<!-- 0: None -->
|
||||
|
@@ -17,24 +17,14 @@
|
||||
<resources
|
||||
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
|
||||
|
||||
<color name="divider_color">#20ffffff</color>
|
||||
<color name="title_color">@android:color/holo_blue_light</color>
|
||||
<color name="setup_wizard_wifi_color_dark">#89ffffff</color>
|
||||
<color name="setup_wizard_wifi_color_light">#89000000</color>
|
||||
|
||||
<color name="lock_pattern_background">#00000000</color>
|
||||
|
||||
<color name="fingerprint_title_area_bg">?android:attr/colorAccent</color>
|
||||
<color name="fingerprint_title_color">#ffffffff</color>
|
||||
<color name="fingerprint_message_color">#de000000</color>
|
||||
|
||||
<color name="running_processes_system_ram">#ff384248</color>
|
||||
<color name="running_processes_free_ram">#ffced7db</color>
|
||||
|
||||
<color name="sim_noitification">@*android:color/accent_device_default_light</color>
|
||||
|
||||
<color name="confirm_device_credential_transparent_black">#60000000</color>
|
||||
|
||||
<!-- Accent color that matches the settings launcher icon -->
|
||||
<color name="icon_accent">#ffabffec</color>
|
||||
|
||||
@@ -42,7 +32,6 @@
|
||||
<color name="material_blue_500">#4285F4</color>
|
||||
<color name="material_blue_700">#3367D6</color>
|
||||
<color name="material_grey_100">#f5f5f5</color>
|
||||
<color name="material_grey_200">#ffffff</color>
|
||||
|
||||
<color name="message_text_incoming">#E4E3DA</color>
|
||||
<color name="message_text_outgoing">#1B1C17</color>
|
||||
@@ -51,9 +40,7 @@
|
||||
<color name="message_bubble_incoming">#52534D</color>
|
||||
<color name="message_bubble_outgoing">#C7C8B7</color>
|
||||
<color name="message_icon_background_incoming">#E6F451</color>
|
||||
<color name="message_icon_text_incoming">#ffffffff</color>
|
||||
<color name="message_icon_background_outgoing">#FBBC04</color>
|
||||
<color name="message_icon_text_outgoing">#ffffffff</color>
|
||||
<color name="message_icon_color">#DADADA</color>
|
||||
|
||||
<color name="usage_graph_dots">#B0BEC5</color>
|
||||
@@ -64,9 +51,6 @@
|
||||
<!-- Color for the background of the shortcut icons.-->
|
||||
<color name="shortcut_background">#fff5f5f5</color>
|
||||
|
||||
<!-- The fallback color for tinting icons. Only used when colorControlNormal is unavailable -->
|
||||
<color name="fallback_tintColor">#89000000</color>
|
||||
|
||||
<!-- Dashboard/homepage icon background colors -->
|
||||
<color name="homepage_network_background">#2196F3</color>
|
||||
<color name="homepage_connected_device_background">#72B70F</color>
|
||||
@@ -78,15 +62,11 @@
|
||||
<color name="homepage_security_background">#0F9D58</color>
|
||||
<color name="homepage_accounts_background">#F15B8D</color>
|
||||
<color name="homepage_accessibility_background">#5011C1</color>
|
||||
<color name="homepage_emergency_background">#F28B82</color>
|
||||
<color name="homepage_system_background">#9E9E9E</color>
|
||||
<color name="homepage_support_background">#26459C</color>
|
||||
<color name="homepage_generic_icon_background">#1A73E8</color>
|
||||
<color name="homepage_location_background">#2EC7DC</color>
|
||||
<color name="homepage_about_background">#6F86DA</color>
|
||||
<color name="homepage_privacy_background">#5E97F6</color>
|
||||
<color name="homepage_wallpaper_background">#E51AD1</color>
|
||||
<color name="homepage_notification_background">#DD4C9D</color>
|
||||
|
||||
<color name="contextual_card_dismissal_background">@*android:color/material_grey_100</color>
|
||||
<color name="contextual_card_background">@*android:color/background_device_default_light</color>
|
||||
@@ -97,11 +77,7 @@
|
||||
<color name="switchbar_switch_thumb_tint">@android:color/white</color>
|
||||
|
||||
<color name="battery_good_color_light">#43a047</color> <!-- Material Green 600 -->
|
||||
<color name="battery_maybe_color_light">#ef6c00</color> <!-- Material Orange 800 -->
|
||||
<color name="battery_bad_color_light">#f44336</color> <!-- Material Red 500 -->
|
||||
<color name="battery_good_color_dark">#4caf50</color> <!-- Material Green 500 -->
|
||||
<color name="battery_maybe_color_dark">#fdd835</color> <!-- Material Yellow 600 -->
|
||||
<color name="battery_bad_color_dark">#f44336</color> <!-- Material Red 500 -->
|
||||
|
||||
<!-- TODO: Figure out colors -->
|
||||
<color name="face_anim_particle_color_1">#ff00bcd4</color> <!-- Material Cyan 500 -->
|
||||
@@ -117,22 +93,11 @@
|
||||
|
||||
<!-- notification settings -->
|
||||
<color name="notification_block_color">#ffff0000</color>
|
||||
<color name="notification_silence_color">#FF32c1de</color>
|
||||
<color name="notification_alert_color">#FFF87B2B</color>
|
||||
<color name="notification_importance_button_unselected">#DADCE0</color>
|
||||
<color name="notification_importance_button_selected">#1967D2</color> <!-- material blue 700 -->
|
||||
<color name="notification_importance_selection_bg">#FFFFFF</color>
|
||||
<color name="notification_history_background">?android:attr/colorBackgroundFloating</color>
|
||||
|
||||
<!-- launcher icon color -->
|
||||
<color name="icon_launcher_setting_color">@*android:color/accent_device_default_light</color>
|
||||
|
||||
<!-- QR code scanner colors -->
|
||||
<color name="qr_corner_line_color">#ffdadce0</color>
|
||||
<color name="qr_focused_corner_line_color">#ff1a73e8</color>
|
||||
<color name="qr_background_color">#b3ffffff</color> <!-- 70% white transparency -->
|
||||
<!-- End of QR code scanner colors -->
|
||||
|
||||
<!-- Search bar background color -->
|
||||
<color name="search_bar_background">?androidprv:attr/colorSurfaceHighlight</color>
|
||||
|
||||
@@ -161,14 +126,6 @@
|
||||
<color name="palette_list_dark_mode_color_purple">#c58af9</color> <!-- Material Purple 300 -->
|
||||
<color name="palette_list_dark_mode_color_gray">#dadce0</color> <!-- Material Gray 300 -->
|
||||
|
||||
<!-- SIM colors -->
|
||||
<color name="SIM_color_teal">#ff00796b</color> <!-- Material Teal 700 -->
|
||||
<color name="SIM_color_blue">#ff3367d6</color> <!-- Material Blue 700 -->
|
||||
<color name="SIM_color_indigo">#ff303f9f</color> <!-- Material Indigo 700 -->
|
||||
<color name="SIM_color_purple">#ff7b1fa2</color> <!-- Material Purple 700 -->
|
||||
<color name="SIM_color_pink">#ffc2185b</color> <!-- Material Pink 700 -->
|
||||
<color name="SIM_color_red">#ffd32f2f</color> <!-- Material Red 700 -->
|
||||
|
||||
<!-- SIM colors updated for GAR -->
|
||||
<color name="SIM_color_cyan">#ff006D74</color> <!-- Material Custom Cyan -->
|
||||
<color name="SIM_color_blue800">#ff185ABC</color> <!-- Material Blue 800 -->
|
||||
@@ -185,9 +142,6 @@
|
||||
<color name="SIM_dark_mode_color_pink">#ffff8bcb</color> <!-- Material Pink 300 -->
|
||||
<color name="SIM_dark_mode_color_orange">#fffcad70</color> <!-- Material Orange 300 -->
|
||||
|
||||
<!-- Top app bar colors -->
|
||||
<color name="color_surface_header">@*android:color/surface_header_light</color>
|
||||
|
||||
<!-- Accessibility Settings icon background colors -->
|
||||
<color name="accessibility_feature_background">#5F6368</color> <!-- Google grey 700 -->
|
||||
<color name="accessibility_magnification_background">#F50D60</color>
|
||||
|
@@ -29,9 +29,6 @@
|
||||
very long strings too. -->
|
||||
<integer name="maximum_user_dictionary_word_length" translatable="false">48</integer>
|
||||
|
||||
<!-- Dashboard number of columns -->
|
||||
<integer name="dashboard_num_columns">1</integer>
|
||||
|
||||
<!-- Carrier_enabled editable -->
|
||||
<bool name="config_allow_edit_carrier_enabled" translatable="false">false</bool>
|
||||
|
||||
@@ -66,9 +63,6 @@
|
||||
<string name="gesture_double_twist_sensor_type" translatable="false"></string>
|
||||
<string name="gesture_double_twist_sensor_vendor" translatable="false"></string>
|
||||
|
||||
<!-- When true enable gesture setting. -->
|
||||
<bool name="config_gesture_settings_enabled">false</bool>
|
||||
|
||||
<!-- If the Storage Manager settings are enabled. -->
|
||||
<bool name="config_storage_manager_settings_enabled">false</bool>
|
||||
|
||||
@@ -179,14 +173,6 @@
|
||||
<!-- List of packages that should be allowlisted for slice uri access. Do not translate -->
|
||||
<string-array name="slice_allowlist_package_names" translatable="false"/>
|
||||
|
||||
<!-- Whether or not App & Notification screen should display recently used apps -->
|
||||
<bool name="config_display_recent_apps">true</bool>
|
||||
|
||||
<!-- Package name for the storage manager to use from Settings search. -->
|
||||
<string name="config_deletion_helper_package" translatable="false">com.android.storagemanager</string>
|
||||
<!-- Class name for the storage manager's deletion helper class. -->
|
||||
<string name="config_deletion_helper_class" translatable="false">com.android.storagemanager.deletionhelper.DeletionHelperActivity</string>
|
||||
|
||||
<!-- Whether to use a UI variant that minimizes the number of UI elements on screen. This is
|
||||
typically used when there is not enough space to display everything, because pattern view
|
||||
doesn't interact well with scroll view -->
|
||||
@@ -302,8 +288,6 @@
|
||||
<bool name="has_dock_settings">false</bool>
|
||||
<!-- Whether there is a boot sounds checkbox -->
|
||||
<bool name="has_boot_sounds">false</bool>
|
||||
<!-- Whether there is a silent mode checkbox -->
|
||||
<bool name="has_silent_mode">true</bool>
|
||||
|
||||
<!-- Display additional System Update menu if true -->
|
||||
<bool name="config_additional_system_update_setting_enable">false</bool>
|
||||
@@ -346,15 +330,9 @@
|
||||
<!-- Whether battery from app_info_settings is available or not. -->
|
||||
<bool name="config_show_app_info_settings_battery">true</bool>
|
||||
|
||||
<!-- Whether location mode is available or not. -->
|
||||
<bool name="config_location_mode_available">true</bool>
|
||||
|
||||
<!-- Whether location scanning is available or not. -->
|
||||
<bool name="config_show_location_scanning">true</bool>
|
||||
|
||||
<!-- Whether high_power_apps should be shown or not. -->
|
||||
<bool name="config_show_high_power_apps">true</bool>
|
||||
|
||||
<!-- Whether media_volume should be shown or not. -->
|
||||
<bool name="config_show_media_volume">true</bool>
|
||||
|
||||
@@ -469,9 +447,6 @@
|
||||
<!-- Whether to disable "Uninstall Updates" menu item for System apps or not. -->
|
||||
<bool name="config_disable_uninstall_update">false</bool>
|
||||
|
||||
<!-- Whether or not extra preview panels should be used for screen zoom setting. -->
|
||||
<bool name="config_enable_extra_screen_zoom_preview">true</bool>
|
||||
|
||||
<!-- Slice Uri to query nearby devices. -->
|
||||
<string name="config_nearby_devices_slice_uri" translatable="false">content://com.google.android.gms.nearby.fastpair/device_status_list_item</string>
|
||||
|
||||
@@ -549,9 +524,6 @@
|
||||
<!-- Whether to show Smart Storage toggle -->
|
||||
<bool name="config_show_smart_storage_toggle">true</bool>
|
||||
|
||||
<!-- Whether to support large screen -->
|
||||
<bool name="config_supported_large_screen">false</bool>
|
||||
|
||||
<!-- Display settings screen, Color mode options. Must be the same length and order as
|
||||
config_color_mode_options_values below. Only the values that also appear in
|
||||
frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
|
||||
|
@@ -17,15 +17,9 @@
|
||||
<resources>
|
||||
<dimen name="match_parent">-1px</dimen>
|
||||
|
||||
<dimen name="device_memory_usage_button_width">16dip</dimen>
|
||||
<dimen name="device_memory_usage_button_height">32dip</dimen>
|
||||
<dimen name="action_bar_switch_padding">16dip</dimen>
|
||||
|
||||
<dimen name="app_icon_size">40dip</dimen>
|
||||
<dimen name="min_tap_target_size">48dp</dimen>
|
||||
<dimen name="screen_margin_sides">64dip</dimen>
|
||||
<dimen name="screen_margin_top">72dip</dimen>
|
||||
<dimen name="screen_margin_bottom">48dip</dimen>
|
||||
<dimen name="content_margin_left">16dip</dimen>
|
||||
<dimen name="description_margin_top">26dip</dimen>
|
||||
<dimen name="description_margin_sides">40dip</dimen>
|
||||
@@ -33,30 +27,18 @@
|
||||
<dimen name="installed_app_details_bullet_offset">8dip</dimen>
|
||||
|
||||
<dimen name="data_usage_chart_height">228dip</dimen>
|
||||
<dimen name="data_usage_chart_optimalWidth">440dip</dimen>
|
||||
<dimen name="usage_number_text_size">36sp</dimen>
|
||||
|
||||
<dimen name="volume_seekbar_side_margin">8dip</dimen>
|
||||
|
||||
<dimen name="balance_seekbar_center_marker_height">14dp</dimen>
|
||||
<dimen name="balance_seekbar_center_marker_width">1dp</dimen>
|
||||
|
||||
<dimen name="divider_height">3dip</dimen>
|
||||
<dimen name="divider_margin_top">6dip</dimen>
|
||||
<dimen name="divider_margin_bottom">7dip</dimen>
|
||||
|
||||
<dimen name="pager_tabs_padding">0dp</dimen>
|
||||
<dimen name="pager_tabs_title_padding">16dp</dimen>
|
||||
<dimen name="pager_tabs_selected_indicator_height">3dp</dimen>
|
||||
|
||||
<dimen name="captioning_preview_height">300dp</dimen>
|
||||
|
||||
<dimen name="autoclick_preview_height">200dp</dimen>
|
||||
|
||||
<dimen name="color_mode_preview_height">320dp</dimen>
|
||||
|
||||
<dimen name="accessibility_button_preview_height">200dp</dimen>
|
||||
|
||||
<dimen name="ring_progress_bar_thickness">4dp</dimen>
|
||||
|
||||
<!-- Weight of the left pane in a multi-pane preference layout. -->
|
||||
@@ -100,9 +82,6 @@
|
||||
<!-- Default text size for captioning preview samples. Uses dp rather than sp because captions are not scaled. -->
|
||||
<dimen name="captioning_preview_text_size">48dp</dimen>
|
||||
|
||||
<!-- ActionBar height -->
|
||||
<dimen name="actionbar_size">56dip</dimen>
|
||||
|
||||
<!-- ActionBar contentInsetStart -->
|
||||
<dimen name="actionbar_contentInsetStart">16dp</dimen>
|
||||
<dimen name="actionbar_subsettings_contentInsetStart">72dp</dimen>
|
||||
@@ -217,19 +196,12 @@
|
||||
<item name="fingerprint_sensor_location_fraction_x" type="fraction">50%</item>
|
||||
<item name="fingerprint_sensor_location_fraction_y" type="fraction">30%</item>
|
||||
<dimen name="fingerprint_find_sensor_graphic_size">190dp</dimen>
|
||||
<item name="fingerprint_illustration_aspect_ratio" format="float" type="dimen">2.6</item>
|
||||
<dimen name="fingerprint_decor_padding_top">0dp</dimen>
|
||||
<dimen name="fingerprint_error_text_appear_distance">16dp</dimen>
|
||||
<dimen name="fingerprint_error_text_disappear_distance">-8dp</dimen>
|
||||
<dimen name="fingerprint_animation_size">88dp</dimen>
|
||||
<dimen name="sfps_enrollment_finished_icon_max_size">295dp</dimen>
|
||||
<dimen name="fingerprint_progress_bar_max_size">240dp</dimen>
|
||||
<dimen name="fingerprint_progress_bar_min_size">120dp</dimen>
|
||||
<dimen name="fingerprint_enrolling_content_margin_vertical">24dp</dimen>
|
||||
<!-- To be the same size as fingerprint progress bar:
|
||||
fingerprint_finish_max_size = fingerprint_progress_bar_max_size
|
||||
+ (fingerprint_enrolling_content_margin_vertical x 2) -->
|
||||
<dimen name="fingerprint_finish_max_size">288dp</dimen>
|
||||
<dimen name="udfps_lottie_translate_y">0dp</dimen>
|
||||
|
||||
<!-- Face -->
|
||||
|
@@ -5083,8 +5083,6 @@
|
||||
<string name="accessibility_screen_magnification_gesture_navigation_warning">The accessibility gesture is set to the <xliff:g id="service" example="Select to Speak">%1$s</xliff:g>. To use magnification, swipe up with two fingers from the bottom of the screen and hold. Then select magnification.</string>
|
||||
<!-- Title for the preference to configure the accessibility shortcut, which uses the volume keys. [CHAR LIMIT=35] -->
|
||||
<string name="accessibility_global_gesture_preference_title">Volume key shortcut</string>
|
||||
<!-- Title for the preference to choose the service that is turned on and off by the accessibility shortcut. [CHAR LIMIT=35] -->
|
||||
<string name="accessibility_shortcut_service_title">Shortcut service</string>
|
||||
<!-- Label for shortcut settings button. [CHAR LIMIT=NONE] -->
|
||||
<string name="accessibility_shortcut_settings">Shortcut settings</string>
|
||||
<!-- Title for the switch preference that controls whether or not the accessibility shortcut works on the lock screen. [CHAR LIMIT=50] -->
|
||||
@@ -6644,8 +6642,6 @@
|
||||
<!-- Activity title Mobile data & WI-FI summary. [CHAR LIMIT=40] -->
|
||||
<string name="data_usage_app_summary_title">Mobile data & Wi\u2011Fi</string>
|
||||
|
||||
<!-- Title for menu option to enable global auto-sync of personal account data [CHAR LIMIT=30] -->
|
||||
<string name="account_settings_menu_auto_sync">Auto-sync data</string>
|
||||
<!-- Title for menu option to enable global auto-sync of personal account data [CHAR LIMIT=30] -->
|
||||
<string name="account_settings_menu_auto_sync_personal">Auto-sync personal data</string>
|
||||
<!-- Title for menu option to enable global auto-sync of work account data [CHAR LIMIT=30] -->
|
||||
|
Reference in New Issue
Block a user