diff options
author | John Spurlock <jspurlock@google.com> | 2014-01-30 13:45:59 -0500 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2014-03-26 21:52:03 -0400 |
commit | 4f0db5e23a4e523cf650c19a76fd7d75c8bfbe83 (patch) | |
tree | e0c4036ccb4665461970999e9d31c750ac1744de /packages/SystemUI/res | |
parent | 2cd84701fe3df4ad65fc1c794ba403e6c9d88923 (diff) | |
download | frameworks_base-4f0db5e23a4e523cf650c19a76fd7d75c8bfbe83.zip frameworks_base-4f0db5e23a4e523cf650c19a76fd7d75c8bfbe83.tar.gz frameworks_base-4f0db5e23a4e523cf650c19a76fd7d75c8bfbe83.tar.bz2 |
Remove obsolete MultiWaveView
Change-Id: Ic878221c873d29577928aed2669f967851307e4d
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index 1dd9300..77ab17b 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -56,10 +56,10 @@ <!-- Amount of time to hold off before showing the search panel when the user presses home --> <integer name="config_show_search_delay">200</integer> - <!-- Vibration duration for MultiWaveView used in SearchPanelView --> + <!-- Vibration duration for GlowPadView used in SearchPanelView --> <integer translatable="false" name="config_vibration_duration">0</integer> - <!-- Vibration duration for MultiWaveView used in SearchPanelView --> + <!-- Vibration duration for GlowPadView used in SearchPanelView --> <integer translatable="false" name="config_search_panel_view_vibration_duration">20</integer> <!-- The length of the vibration when the notification pops open. --> |