blob: c85e1d20bbf08fc15f70c113e22015f99384bf7a [file] [log] [blame]
Joe Onorato798ac4c2010-05-27 16:39:00 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4** Copyright 2009, The Android Open Source Project
5**
Jim Miller64fffad2012-05-17 17:01:15 -07006** Licensed under the Apache License, Version 2.0 (the "License");
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
Joe Onorato798ac4c2010-05-27 16:39:00 -04009**
Jim Miller64fffad2012-05-17 17:01:15 -070010** http://www.apache.org/licenses/LICENSE-2.0
Joe Onorato798ac4c2010-05-27 16:39:00 -040011**
Jim Miller64fffad2012-05-17 17:01:15 -070012** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
Joe Onorato798ac4c2010-05-27 16:39:00 -040016** limitations under the License.
17*/
18-->
19
20<!-- These resources are around just to allow their values to be customized
21 for different hardware and product builds. -->
22<resources>
Joe Onorato52c1dc22010-07-01 16:39:39 -040023
Michael Jurka3cd0a592011-08-16 12:40:30 -070024 <!-- Whether we're using the tablet-optimized recents interface (we use this
25 value at runtime for some things) -->
26 <bool name="config_recents_interface_for_tablets">false</bool>
27
Michael Jurkabfd24ac2011-11-13 13:50:38 -080028 <!-- Whether recents thumbnails should stretch in both x and y to fill their
29 ImageView -->
30 <bool name="config_recents_thumbnail_image_fits_to_xy">false</bool>
31
Joe Onorato52c1dc22010-07-01 16:39:39 -040032 <!-- Control whether status bar should distinguish HSPA data icon form UMTS
33 data icon on devices -->
Joe Onorato798ac4c2010-05-27 16:39:00 -040034 <bool name="config_hspa_data_distinguishable">false</bool>
Joe Onorato52c1dc22010-07-01 16:39:39 -040035
Joe Onoratof3c3c4f2010-10-21 11:09:02 -040036 <!-- Component to be used as the status bar service. Must implement the IStatusBar
37 interface. This name is in the ComponentName flattened format (package/class) -->
Joe Onoratofd52b182010-11-10 18:00:52 -080038 <string name="config_statusBarComponent" translatable="false">com.android.systemui.statusbar.phone.PhoneStatusBar</string>
Joe Onoratof3c3c4f2010-10-21 11:09:02 -040039
Joe Onorato8595a3d2010-11-19 18:12:07 -080040 <!-- Whether or not we show the number in the bar. -->
Daniel Sandleraf084802011-07-22 13:02:07 -040041 <bool name="config_statusBarShowNumber">false</bool>
Joe Onorato8595a3d2010-11-19 18:12:07 -080042
satok5485ff62011-05-27 19:15:01 +090043 <!-- How many icons may be shown at once in the system bar. Includes any
44 slots that may be reused for things like IME control. -->
45 <integer name="config_maxNotificationIcons">5</integer>
Daniel Sandler9b5ae0c2011-08-25 17:29:26 -070046
47 <!-- Show phone (voice) signal strength instead of data in mobile RSSI. -->
48 <bool name="config_showPhoneRSSIForData">false</bool>
49
50 <!-- When true, show 1/2G networks as 3G. -->
51 <bool name="config_showMin3G">false</bool>
Daniel Sandler9ff63782012-05-03 23:16:42 -040052
John Spurlock8ab172e2013-12-19 16:39:23 -050053 <!-- Show rotation lock toggle in System UI-->
Daniel Sandler9ff63782012-05-03 23:16:42 -040054 <bool name="config_showRotationLock">true</bool>
Jim Miller64fffad2012-05-17 17:01:15 -070055
Jim Miller9a720f52012-05-30 03:19:43 -070056 <!-- Amount of time to hold off before showing the search panel when the user presses home -->
57 <integer name="config_show_search_delay">200</integer>
58
John Spurlock4f0db5e2014-01-30 13:45:59 -050059 <!-- Vibration duration for GlowPadView used in SearchPanelView -->
Philip Milnea01a2a892012-05-29 14:46:54 -070060 <integer translatable="false" name="config_vibration_duration">0</integer>
61
John Spurlock4f0db5e2014-01-30 13:45:59 -050062 <!-- Vibration duration for GlowPadView used in SearchPanelView -->
Philip Milnea01a2a892012-05-29 14:46:54 -070063 <integer translatable="false" name="config_search_panel_view_vibration_duration">20</integer>
Chris Wrenb4e2c48b2012-06-15 16:51:54 -040064
Jorim Jaggi15dac5f2014-08-27 19:08:26 +020065 <!-- Show camera affordance on Keyguard -->
66 <bool name="config_keyguardShowCameraAffordance">true</bool>
67
Daniel Sandler4377d142012-09-11 15:18:47 -040068 <!-- The length of the vibration when the notification pops open. -->
Chris Wrenb4e2c48b2012-06-15 16:51:54 -040069 <integer name="one_finger_pop_duration_ms">10</integer>
Daniel Sandlerf6a34122012-08-06 14:31:13 -040070
71 <!-- Whether we're using the tablet-optimized recents interface (we use this
72 value at runtime for some things) -->
73 <integer name="status_bar_recents_bg_gradient_degrees">90</integer>
Daniel Sandlerc26185b2012-08-29 15:49:53 -040074
75 <!-- decay duration (from size_max -> size), in ms -->
76 <integer name="navigation_bar_deadzone_hold">333</integer>
77 <integer name="navigation_bar_deadzone_decay">333</integer>
Ji-Hwan Lee25eb3d02014-04-22 12:39:26 +090078
Daniel Sandler25bb8ee2012-08-30 17:10:50 -040079 <bool name="config_dead_zone_flash">false</bool>
Michael Jurkaadf0b212012-09-04 05:15:26 -070080
81 <!-- Min alpha % that recent items will fade to while being dismissed -->
82 <integer name="config_recent_item_min_alpha">3</integer>
Winson Chungd63c59782012-09-05 17:34:41 -070083
84 <!-- The number of columns in the QuickSettings -->
85 <integer name="quick_settings_num_columns">3</integer>
86
John Spurlock73203eb2014-04-15 16:14:46 -040087 <!-- The maximum number of rows in the QuickSettings -->
88 <integer name="quick_settings_max_rows">4</integer>
89
90 <!-- The maximum number of rows in the QuickSettings when on the keyguard -->
91 <integer name="quick_settings_max_rows_keyguard">3</integer>
92
Winson Chungd63c59782012-09-05 17:34:41 -070093 <!-- The number of columns that the top level tiles span in the QuickSettings -->
94 <integer name="quick_settings_user_time_settings_tile_span">1</integer>
Winson Chungd4726d02012-09-14 12:27:29 -070095
John Spurlockbceed062014-08-10 18:04:16 -040096 <!-- The default tiles to display in QuickSettings -->
97 <string name="quick_settings_tiles_default" translatable="false">
Jason Monk15eb3882014-08-20 10:23:48 -040098 wifi,bt,inversion,cell,airplane,rotation,flashlight,location,cast,hotspot
John Spurlockbceed062014-08-10 18:04:16 -040099 </string>
100
101 <!-- The tiles to display in QuickSettings -->
102 <string name="quick_settings_tiles" translatable="false">default</string>
103
Winson Chungeed9fd42013-09-24 14:19:36 -0700104 <!-- Whether or not the RSSI tile is capitalized or not. -->
105 <bool name="quick_settings_rssi_tile_capitalization">true</bool>
106
Winson Chung3ed6f942012-09-20 16:07:11 -0700107 <!-- Timeouts for brightness dialog to disappear -->
108 <integer name="quick_settings_brightness_dialog_short_timeout">2000</integer>
109 <integer name="quick_settings_brightness_dialog_long_timeout">4000</integer>
Daniel Sandler4377d142012-09-11 15:18:47 -0400110
111 <integer name="blinds_pop_duration_ms">10</integer>
112
Daniel Sandler2fe71d02013-06-06 16:15:43 -0400113 <!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? -->
Wink Saville65a90d02013-06-18 14:47:14 -0700114 <bool name="config_show4GForLTE">true</bool>
Chris Wren51c75102013-07-16 20:49:17 -0400115
116 <!-- milliseconds before the heads up notification auto-dismisses. -->
John Spurlock86c3de82014-08-19 13:37:44 -0400117 <integer name="heads_up_notification_decay">10000</integer>
Chris Wren51c75102013-07-16 20:49:17 -0400118
119 <!-- milliseconds before the heads up notification accepts touches. -->
120 <integer name="heads_up_sensitivity_delay">700</integer>
Winson Chung2f2ca082014-04-03 18:05:29 -0700121
Winson Chunga26fb782014-06-12 17:52:39 -0700122 <!-- The duration in seconds to wait before the dismiss buttons are shown. -->
Winson Chung653b0d62014-06-19 22:41:19 -0700123 <integer name="recents_task_bar_dismiss_delay_seconds">1</integer>
Winson Chung2f2ca082014-04-03 18:05:29 -0700124 <!-- The min animation duration for animating views that are currently visible. -->
Winson Chunge0e45bc2014-06-17 17:56:17 -0700125 <integer name="recents_filter_animate_current_views_duration">250</integer>
Winson Chung2f2ca082014-04-03 18:05:29 -0700126 <!-- The min animation duration for animating views that are newly visible. -->
Winson Chunge0e45bc2014-06-17 17:56:17 -0700127 <integer name="recents_filter_animate_new_views_duration">250</integer>
Winson Chungf5e22e72014-05-02 18:35:35 -0700128 <!-- The min animation duration for animating the task bar in. -->
Winson Chungebfc6982014-08-26 12:25:34 -0700129 <integer name="recents_animate_task_bar_enter_duration">225</integer>
Winson Chung521e7dc2014-06-02 15:31:56 -0700130 <!-- The animation delay for animating the first task in. This should roughly be the animation
131 duration of the transition in to recents. -->
Winson Chungebfc6982014-08-26 12:25:34 -0700132 <integer name="recents_animate_task_bar_enter_delay">275</integer>
Winson Chungf5e22e72014-05-02 18:35:35 -0700133 <!-- The min animation duration for animating the task bar out. -->
Winson Chungad6f2762014-06-13 09:41:09 -0700134 <integer name="recents_animate_task_exit_to_home_duration">225</integer>
135 <!-- The min animation duration for animating the task bar out. -->
Winson Chung521e7dc2014-06-02 15:31:56 -0700136 <integer name="recents_animate_task_bar_exit_duration">125</integer>
Winson Chungd42a6cf2014-06-03 16:24:04 -0700137 <!-- The min animation duration for animating the task in when transitioning from home. -->
Winson Chungad6f2762014-06-13 09:41:09 -0700138 <integer name="recents_animate_task_enter_from_home_duration">275</integer>
Winson Chungd42a6cf2014-06-03 16:24:04 -0700139 <!-- The animation stagger to apply to each task animation when transitioning from home. -->
Winson Chungad6f2762014-06-13 09:41:09 -0700140 <integer name="recents_animate_task_enter_from_home_delay">10</integer>
Winson Chung1f24c7e2014-07-11 17:06:48 -0700141 <!-- The short duration when animating in/out the lock to app button. -->
142 <integer name="recents_animate_lock_to_app_button_short_duration">150</integer>
143 <!-- The long duration when animating in/out the lock to app button. -->
144 <integer name="recents_animate_lock_to_app_button_long_duration">300</integer>
Winson Chung521e7dc2014-06-02 15:31:56 -0700145 <!-- The min animation duration for animating the nav bar scrim in. -->
146 <integer name="recents_nav_bar_scrim_enter_duration">400</integer>
Winson Chung9f49df92014-05-07 18:08:34 -0700147 <!-- The animation duration for animating the removal of a task view. -->
Winson Chung54e297a2014-05-09 17:15:32 -0700148 <integer name="recents_animate_task_view_remove_duration">250</integer>
Winson Chungebfc6982014-08-26 12:25:34 -0700149 <!-- The animation duration for scrolling the stack to a particular item. -->
150 <integer name="recents_animate_task_stack_scroll_duration">225</integer>
Winson Chung14926462014-04-14 18:57:14 -0700151 <!-- The minimum alpha for the dim applied to cards that go deeper into the stack. -->
152 <integer name="recents_max_task_stack_view_dim">96</integer>
Winson Chunga0e88b52014-08-11 19:25:42 -0700153 <!-- The delay to enforce between each alt-tab key press. -->
154 <integer name="recents_alt_tab_key_delay">200</integer>
Winson Chung27acf762014-09-05 17:24:20 +0200155 <!-- Transposes the search bar layout in landscape. -->
156 <bool name="recents_has_transposed_search_bar">true</bool>
157 <!-- Transposes the nav bar in landscape (only used for purposes of layout). -->
158 <bool name="recents_has_transposed_nav_bar">true</bool>
Jorim Jaggid4a57442014-04-10 02:45:55 +0200159
Ji-Hwan Lee25eb3d02014-04-22 12:39:26 +0900160 <!-- Whether to enable KeyguardService or not -->
161 <bool name="config_enableKeyguardService">true</bool>
162
Jorim Jaggid4a57442014-04-10 02:45:55 +0200163 <!-- The maximum count of notifications on Keyguard. The rest will be collapsed in an overflow
164 card. -->
Jorim Jaggie210cc82014-08-12 23:44:59 +0200165 <integer name="keyguard_max_notification_count">3</integer>
Jorim Jaggib7b61dd2014-05-21 15:45:07 +0200166
167 <!-- Defines the implementation of the velocity tracker to be used for the panel expansion. Can
168 be 'platform' or 'noisy' (i.e. for noisy touch screens). -->
169 <string name="velocity_tracker_impl" translatable="false">platform</string>
John Spurlock86005342014-05-23 11:58:00 -0400170
Dan Sandler44c0dfd2014-06-09 11:26:16 -0400171 <!-- Set to true to enable the classic notification ticker that scrolls
172 Notification.tickerText across the status bar for what seems like an
173 eternity. -->
174 <bool name="enable_ticker">false</bool>
Adrian Roos8ddb2da2014-06-16 18:56:22 -0700175
176 <!-- Set to true to enable the user switcher on the keyguard. -->
177 <bool name="config_keyguardUserSwitcher">false</bool>
John Spurlock66127272014-06-28 11:27:17 -0400178
John Spurlocked69bd62014-07-23 11:09:02 -0400179 <!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? -->
180 <bool name="doze_display_state_supported">false</bool>
181
John Spurlockcb566aa2014-08-03 22:58:28 -0400182 <!-- Doze: should the significant motion sensor be used as a pulse signal? -->
183 <bool name="doze_pulse_on_significant_motion">false</bool>
John Spurlocked69bd62014-07-23 11:09:02 -0400184
John Spurlock559d9592014-08-09 12:04:36 -0400185 <!-- Doze: should the pickup sensor be used as a pulse signal? -->
186 <bool name="doze_pulse_on_pick_up">false</bool>
187
John Spurlockcb566aa2014-08-03 22:58:28 -0400188 <!-- Doze: maximum brightness to use when pulsing -->
189 <integer name="doze_pulse_brightness">40</integer>
190
191 <!-- Doze: number of pulses when doing multiple pulses in quick succession -->
192 <integer name="doze_multipulse_count">3</integer>
193
194 <!-- Doze: interval between pulses when following the notification light -->
195 <integer name="doze_notification_pulse_interval">30000</integer>
John Spurlock1dad2722014-07-11 11:07:53 -0400196
John Spurlocke15452b2014-08-21 09:44:39 -0400197 <!-- Doze: alpha to apply to small icons when dozing -->
198 <integer name="doze_small_icon_alpha">222</integer><!-- 87% of 0xff -->
199
John Spurlock1dad2722014-07-11 11:07:53 -0400200 <!-- Volume: time to delay dismissing the volume panel after a click is performed -->
201 <integer name="volume_panel_dismiss_delay">200</integer>
Jason Monk51e4dc02014-07-22 12:00:47 -0400202
John Spurlock3976f3d2014-08-04 17:45:16 -0400203 <!-- Tiles with feature timeouts: number of days to show after feature is used. -->
204 <integer name="days_to_show_timeout_tiles">30</integer>
John Spurlock8f8ecd62014-08-27 17:46:03 -0400205
206 <!-- Number of times to show the strong alarm warning text in the volume dialog -->
207 <integer name="zen_mode_alarm_warning_threshold">5</integer>
Joe Onorato798ac4c2010-05-27 16:39:00 -0400208</resources>
209