1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4* copyright (c) 2008 the android open source project 5* 6* 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 9* 10* http://www.apache.org/licenses/license-2.0 11* 12* 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 16* limitations under the license. 17*/ 18--> 19 20<resources> 21 <color name="live_wallpaper_thumbnail_background">#CC666666</color> 22 <color name="live_wallpaper_thumbnail_text_color">#FFFFFFFF</color> 23 24 <color name="translucent_black">#99000000</color> 25 26 <color name="ripple_button_color">@*android:color/ripple_material_light</color> 27</resources> 28 29