colors.xml revision 03320fcb676c8b872d7801a3f9edbbfc2d55f094
19066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project<?xml version="1.0" encoding="utf-8"?>
29066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project<!--
39066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project/* //device/apps/common/assets/res/any/colors.xml
49066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project**
59066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project** Copyright 2006, The Android Open Source Project
69066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project**
7cfafa74f962a045440d74f9bed9d36ca14421bdfNicolas Catania** Licensed under the Apache License, Version 2.0 (the "License");
8cfafa74f962a045440d74f9bed9d36ca14421bdfNicolas Catania** you may not use this file except in compliance with the License.
9cfafa74f962a045440d74f9bed9d36ca14421bdfNicolas Catania** You may obtain a copy of the License at
109066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project**
11cfafa74f962a045440d74f9bed9d36ca14421bdfNicolas Catania**     http://www.apache.org/licenses/LICENSE-2.0
129066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project**
13cfafa74f962a045440d74f9bed9d36ca14421bdfNicolas Catania** Unless required by applicable law or agreed to in writing, software
14cfafa74f962a045440d74f9bed9d36ca14421bdfNicolas Catania** distributed under the License is distributed on an "AS IS" BASIS,
15cfafa74f962a045440d74f9bed9d36ca14421bdfNicolas Catania** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16cfafa74f962a045440d74f9bed9d36ca14421bdfNicolas Catania** See the License for the specific language governing permissions and
179066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project** limitations under the License.
189066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project*/
199066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project-->
209066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project<resources>
216b05d58018c2806459c121e507c005639b74aee9Jim Miller      <drawable name="screen_background_light">#ffffffff</drawable>
226b05d58018c2806459c121e507c005639b74aee9Jim Miller      <drawable name="screen_background_dark">#ff000000</drawable>
239066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="status_bar_closed_default_background">#ff000000</drawable>
249066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="status_bar_opened_default_background">#ff000000</drawable>
259066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="search_bar_default_color">#ff000000</drawable>
269066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="safe_mode_background">#60000000</drawable>
279767e41d92bd6f4cf16111b3f911cef78c8b01ebDianne Hackborn    <!-- Background drawable that can be used for a transparent activity to
289767e41d92bd6f4cf16111b3f911cef78c8b01ebDianne Hackborn         be able to display a dark UI: this darkens its background to make
299767e41d92bd6f4cf16111b3f911cef78c8b01ebDianne Hackborn         a dark (default theme) UI more visible. -->
30eb034652c2037a47ebfd99779e8383bb8bb528afDianne Hackborn    <drawable name="screen_background_dark_transparent">#80000000</drawable>
319767e41d92bd6f4cf16111b3f911cef78c8b01ebDianne Hackborn    <!-- Background drawable that can be used for a transparent activity to
329767e41d92bd6f4cf16111b3f911cef78c8b01ebDianne Hackborn         be able to display a light UI: this lightens its background to make
339767e41d92bd6f4cf16111b3f911cef78c8b01ebDianne Hackborn         a light UI more visible. -->
349767e41d92bd6f4cf16111b3f911cef78c8b01ebDianne Hackborn    <drawable name="screen_background_light_transparent">#80ffffff</drawable>
359066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="safe_mode_text">#80ffffff</color>
369066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="white">#ffffffff</color>
379066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="black">#ff000000</color>
389066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="transparent">#00000000</color>
39c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="background_dark">#ff000000</color>
400adb443ad526e496639c189f7c0c70893269c449Adam Powell    <color name="background_light">#ffffffff</color>
4196ca16a9a877c4d161933100edbb5f1232b4d415Gilles Debunne    <color name="bright_foreground_dark">@android:color/background_light</color>
4296ca16a9a877c4d161933100edbb5f1232b4d415Gilles Debunne    <color name="bright_foreground_light">@android:color/background_dark</color>
439066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="bright_foreground_dark_disabled">#80ffffff</color>
4496ca16a9a877c4d161933100edbb5f1232b4d415Gilles Debunne    <color name="bright_foreground_light_disabled">#80000000</color>
4596ca16a9a877c4d161933100edbb5f1232b4d415Gilles Debunne    <color name="bright_foreground_dark_inverse">@android:color/bright_foreground_light</color>
4696ca16a9a877c4d161933100edbb5f1232b4d415Gilles Debunne    <color name="bright_foreground_light_inverse">@android:color/bright_foreground_dark</color>
479066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="dim_foreground_dark">#bebebe</color>
489066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="dim_foreground_dark_disabled">#80bebebe</color>
499066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="dim_foreground_dark_inverse">#323232</color>
509066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="dim_foreground_dark_inverse_disabled">#80323232</color>
519066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="hint_foreground_dark">#808080</color>
529066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="dim_foreground_light">#323232</color>
539066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="dim_foreground_light_disabled">#80323232</color>
549066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="dim_foreground_light_inverse">#bebebe</color>
559066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="dim_foreground_light_inverse_disabled">#80bebebe</color>
569066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="hint_foreground_light">#808080</color>
5724dca2250154a7fac2f7d6b5b14fc6957ac8f92fGilles Debunne    <color name="highlighted_text_dark">#9983CC39</color>
5824dca2250154a7fac2f7d6b5b14fc6957ac8f92fGilles Debunne    <color name="highlighted_text_light">#9983CC39</color>
59a6d7ee19cc1f72f279b338bddcee3a1648c6c84cGilles Debunne    <color name="link_text_dark">#5c5cff</color>
60a6d7ee19cc1f72f279b338bddcee3a1648c6c84cGilles Debunne    <color name="link_text_light">#0000ee</color>
61214a8627c5688b7d942a1209fa38eda4a24a7240Gilles Debunne    <color name="suggestion_highlight_text">#177bbd</color>
629066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
639066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="stat_notify_sync_noanim">@drawable/stat_notify_sync_anim0</drawable>
6403320fcb676c8b872d7801a3f9edbbfc2d55f094Jeff Sharkey    <drawable name="stat_sys_download_done">@drawable/stat_sys_download_done_static</drawable>
659066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="stat_sys_upload_done">@drawable/stat_sys_upload_anim0</drawable>
669066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="dialog_frame">@drawable/panel_background</drawable>
679066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="alert_dark_frame">@drawable/popup_full_dark</drawable>
689066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="alert_light_frame">@drawable/popup_full_bright</drawable>
699066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="menu_frame">@drawable/menu_background</drawable>
709066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="menu_full_frame">@drawable/menu_background_fill_parent_width</drawable>
719066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="editbox_dropdown_dark_frame">@drawable/editbox_dropdown_background_dark</drawable>
729066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="editbox_dropdown_light_frame">@drawable/editbox_dropdown_background</drawable>
73cfafa74f962a045440d74f9bed9d36ca14421bdfNicolas Catania
74e79b55482eb3f26d6d5b56dce40682dd68826f8cDianne Hackborn    <drawable name="dialog_holo_dark_frame">@drawable/dialog_full_holo_dark</drawable>
75e79b55482eb3f26d6d5b56dce40682dd68826f8cDianne Hackborn    <drawable name="dialog_holo_light_frame">@drawable/dialog_full_holo_light</drawable>
766b05d58018c2806459c121e507c005639b74aee9Jim Miller
77ce16d787bdcefa393cb2da09652b580ba94b94a9Romain Guy    <drawable name="input_method_fullscreen_background">#fff9f9f9</drawable>
7875d27bc52eb0e66c7fb829056fce59a8662c5bbaTadashi G. Takaoka    <drawable name="input_method_fullscreen_background_holo">@drawable/screen_background_holo_dark</drawable>
79cfafa74f962a045440d74f9bed9d36ca14421bdfNicolas Catania
809066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- For date picker widget -->
819066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <drawable name="selected_day_background">#ff0092f4</drawable>
82cfafa74f962a045440d74f9bed9d36ca14421bdfNicolas Catania
839066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- For settings framework -->
849066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="lighter_gray">#ddd</color>
859066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <color name="darker_gray">#aaa</color>
869066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
879066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project    <!-- For security permissions -->
8817606f88527eb6c90c51784ae4bc08feda9c77dbRomain Guy    <color name="perms_dangerous_grp_color">#dd6826</color>
8917606f88527eb6c90c51784ae4bc08feda9c77dbRomain Guy    <color name="perms_dangerous_perm_color">#dd6826</color>
90c4989b1b75848acbeaf53850fbcfbf2f8812e325Fred Quintana    <color name="shadow">#cc222222</color>
91cfafa74f962a045440d74f9bed9d36ca14421bdfNicolas Catania
92a38b427a7a6d2658dc3e3083bc6c263a3d4d7af3Mike LeBeau    <!-- For search-related UIs -->
93313ea433d18e7fd5438b94c0606c496fcc7a2f88Satish Sampath    <color name="search_url_text_normal">#7fa87f</color>
94313ea433d18e7fd5438b94c0606c496fcc7a2f88Satish Sampath    <color name="search_url_text_selected">@android:color/black</color>
95313ea433d18e7fd5438b94c0606c496fcc7a2f88Satish Sampath    <color name="search_url_text_pressed">@android:color/black</color>
961c5fa0f31009502c539c65de99010b63cb617aacSatish Sampath    <color name="search_widget_corpus_item_background">@android:color/lighter_gray</color>
97d04980d6f4585653ffc5b2f420094d0f04515bc1Jim Miller
9824ccf3c59077d81b0dd3b314822ff7dab215c165Jim Miller    <!-- SlidingTab -->
9924ccf3c59077d81b0dd3b314822ff7dab215c165Jim Miller    <color name="sliding_tab_text_color_active">@android:color/black</color>
10024ccf3c59077d81b0dd3b314822ff7dab215c165Jim Miller    <color name="sliding_tab_text_color_shadow">@android:color/black</color>
101a38b427a7a6d2658dc3e3083bc6c263a3d4d7af3Mike LeBeau
1027aacc59abea2822c12e3c8ef743df66262b8767bDaniel Sandler    <!-- keyguard tab -->
1037aacc59abea2822c12e3c8ef743df66262b8767bDaniel Sandler    <color name="keyguard_text_color_normal">#ffffff</color>
1047aacc59abea2822c12e3c8ef743df66262b8767bDaniel Sandler    <color name="keyguard_text_color_unlock">#a7d84c</color>
1057aacc59abea2822c12e3c8ef743df66262b8767bDaniel Sandler    <color name="keyguard_text_color_soundoff">#ffffff</color>
1067aacc59abea2822c12e3c8ef743df66262b8767bDaniel Sandler    <color name="keyguard_text_color_soundon">#e69310</color>
1077aacc59abea2822c12e3c8ef743df66262b8767bDaniel Sandler    <color name="keyguard_text_color_decline">#fe0a5a</color>
1087aacc59abea2822c12e3c8ef743df66262b8767bDaniel Sandler
109d0fd007058ec378fdaf4666bd8294db7ded35453Jim Miller    <!-- keyguard clock -->
1106b05d58018c2806459c121e507c005639b74aee9Jim Miller    <color name="lockscreen_clock_background">#e5ffffff</color>
1116b05d58018c2806459c121e507c005639b74aee9Jim Miller    <color name="lockscreen_clock_foreground">#e5ffffff</color>
112d0fd007058ec378fdaf4666bd8294db7ded35453Jim Miller    <color name="lockscreen_clock_am_pm">#ff9a9a9a</color>
113b450a65c1c833e40d8c85a7670ed64f8be34102bJim Miller    <color name="lockscreen_owner_info">#ff9a9a9a</color>
114d0fd007058ec378fdaf4666bd8294db7ded35453Jim Miller
1154d7cee1e4b9ed17da8fc041be80369eb525901f1Brian Colonna    <!-- FaceLock -->
1164d7cee1e4b9ed17da8fc041be80369eb525901f1Brian Colonna    <color name="facelock_color_background">#000000</color>
1174d7cee1e4b9ed17da8fc041be80369eb525901f1Brian Colonna
118c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <!-- For holo theme -->
1196b05d58018c2806459c121e507c005639b74aee9Jim Miller      <drawable name="screen_background_holo_light">#fff3f3f3</drawable>
1206b05d58018c2806459c121e507c005639b74aee9Jim Miller      <drawable name="screen_background_holo_dark">#ff000000</drawable>
121c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="background_holo_dark">#ff000000</color>
122c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="background_holo_light">#fff3f3f3</color>
123c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="bright_foreground_holo_dark">@android:color/background_holo_light</color>
124c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="bright_foreground_holo_light">@android:color/background_holo_dark</color>
12524c0bc2406d75e74bdec893d8fa94103993876c2Adam Powell    <color name="bright_foreground_disabled_holo_dark">#ff4c4c4c</color>
12624c0bc2406d75e74bdec893d8fa94103993876c2Adam Powell    <color name="bright_foreground_disabled_holo_light">#ffb2b2b2</color>
127c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="bright_foreground_inverse_holo_dark">@android:color/bright_foreground_holo_light</color>
128c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="bright_foreground_inverse_holo_light">@android:color/bright_foreground_holo_dark</color>
129c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="dim_foreground_holo_dark">#bebebe</color>
130c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="dim_foreground_disabled_holo_dark">#80bebebe</color>
131c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="dim_foreground_inverse_holo_dark">#323232</color>
132c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="dim_foreground_inverse_disabled_holo_dark">#80323232</color>
133c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="hint_foreground_holo_dark">#808080</color>
134c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="dim_foreground_holo_light">#323232</color>
135c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="dim_foreground_disabled_holo_light">#80323232</color>
136c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="dim_foreground_inverse_holo_light">#bebebe</color>
137c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="dim_foreground_inverse_disabled_holo_light">#80bebebe</color>
138c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="hint_foreground_holo_light">#808080</color>
1390db271d2ee075424c8d0e7b05f16ce1c61d14b5dJustin Ho    <color name="highlighted_text_holo_dark">#6633b5e5</color>
1400db271d2ee075424c8d0e7b05f16ce1c61d14b5dJustin Ho    <color name="highlighted_text_holo_light">#6633b5e5</color>
141c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="link_text_holo_dark">#5c5cff</color>
142c63806d852a550d82bbe6cadff8a2139d78ed559Adam Powell    <color name="link_text_holo_light">#0000ee</color>
143f16888f1e849b0bc0b9c17e5f833c4e2cd54c382Adam Powell
144f16888f1e849b0bc0b9c17e5f833c4e2cd54c382Adam Powell    <!-- Group buttons -->
14536f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <eat-comment />
1465d2b178f5c7c2dc68f8a640689abb6745ba35983Adam Powell    <color name="group_button_dialog_pressed_holo_dark">#46c5c1ff</color>
1475d2b178f5c7c2dc68f8a640689abb6745ba35983Adam Powell    <color name="group_button_dialog_focused_holo_dark">#2699cc00</color>
148f16888f1e849b0bc0b9c17e5f833c4e2cd54c382Adam Powell
1495d2b178f5c7c2dc68f8a640689abb6745ba35983Adam Powell    <color name="group_button_dialog_pressed_holo_light">#ffffffff</color>
1505d2b178f5c7c2dc68f8a640689abb6745ba35983Adam Powell    <color name="group_button_dialog_focused_holo_light">#4699cc00</color>
151a93347a62ec9887862abb9d6f216906c533a8562Adam Powell
15236f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <!-- Highlight colors for the legacy themes -->
15336f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <eat-comment />
15436f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <color name="legacy_pressed_highlight">#fffeaa0c</color>
15536f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <color name="legacy_selected_highlight">#fff17a0a</color>
15636f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <color name="legacy_long_pressed_highlight">#ffffffff</color>
15736f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell
158a93347a62ec9887862abb9d6f216906c533a8562Adam Powell    <!-- General purpose colors for Holo-themed elements -->
159a93347a62ec9887862abb9d6f216906c533a8562Adam Powell    <eat-comment />
160a93347a62ec9887862abb9d6f216906c533a8562Adam Powell
16136f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <!-- A light Holo shade of blue -->
16236f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <color name="holo_blue_light">#ff33b5e5</color>
16336f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <!-- A light Holo shade of green -->
16436f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <color name="holo_green_light">#ff99cc00</color>
16536f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <!-- A light Holo shade of red -->
16636f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <color name="holo_red_light">#ffff4444</color>
16736f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <!-- A dark Holo shade of blue -->
16836f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <color name="holo_blue_dark">#ff0099cc</color>
16936f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <!-- A dark Holo shade of green -->
17036f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <color name="holo_green_dark">#ff669900</color>
17136f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <!-- A dark Holo shade of red -->
17236f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <color name="holo_red_dark">#ffcc0000</color>
17336f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <!-- A Holo shade of purple -->
17436f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <color name="holo_purple">#ffaa66cc</color>
17536f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <!-- A light Holo shade of orange -->
17636f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <color name="holo_orange_light">#ffffbb33</color>
17736f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <!-- A dark Holo shade of orange -->
17836f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <color name="holo_orange_dark">#ffff8800</color>
17936f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <!-- A really bright Holo shade of blue -->
18036f469fa46bd009bfbc27d1350af5bde4a4dd378Adam Powell    <color name="holo_blue_bright">#ff00ddff</color>
181a93347a62ec9887862abb9d6f216906c533a8562Adam Powell
1829066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project</resources>
1839066cfe9886ac131c34d59ed0e2d287b0e3c0087The Android Open Source Project
184