blob: 0ab321373ef1668edf8487d28e50e2b552372107 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 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.
-->
<resources>
<!-- Weight of the main content in the illustration_layout -->
<integer name="content_weight">7</integer>
<!-- Weight of the illustration logo/video in the illustration_layout -->
<integer name="illustration_weight">5</integer>
<!-- Timeout to clear invalid lock pin/pattern/password -->
<integer name="clear_content_timeout_ms">2000</integer>
<!-- Number of columns in quick setting grid -->
<integer name="quick_setting_column_count">4</integer>
<!-- user switcher column number TODO: move to support library-->
<integer name="user_switcher_num_col">3</integer>
<!-- Number of times to select build number before enabling developer settings -->
<integer name="enable_developer_settings_click_count">7</integer>
<!-- Number of times to select build number before toast appears -->
<integer name="enable_developer_settings_clicks_to_show_toast_count">3</integer>
<!-- Maximum ems value for all settings buttons -->
<integer name="button_max_ems">9</integer>
<!-- Ems value for data usage bytes threshold picker -->
<integer name="data_usage_bytes_threshold_ems">15</integer>
<!-- Maximum size in pixels of default app icons -->
<integer name="default_app_safe_icon_size">500</integer>
<!-- Millisecond interval between app data update -->
<integer name="millisecond_app_data_update_interval">500</integer>
<!-- Millisecond interval between app data update -->
<integer name="millisecond_max_app_load_wait_interval">5000</integer>
</resources>