Second pass: - use Theme Holo for the Drawer too - add a temporary background for Drawer icons (so that they dont mix with the Drawer background) - remove the "More..." icon as it was not needed This CL will show that there is a discrepancy into the Drawer icons size (some are smaller than the standard size, some other bigger). This issue will be fixed when the new set of Icons will be delivered by the UX team. Change-Id: I431882df9b98157e98a1b735f31d9e77ef846767
48 lines
2.0 KiB
XML
48 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2007 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>
|
|
<color name="background_drawer">@android:color/white</color>
|
|
<color name="background_drawer_icon">#ffcccccc</color>
|
|
|
|
<color name="black">#000</color>
|
|
<color name="red">#F00</color>
|
|
|
|
<color name="memory_used">#F00</color>
|
|
<color name="memory_avail">#333333</color>
|
|
<color name="memory_apps_usage">#77831A</color>
|
|
<color name="memory_downloads">#476093</color>
|
|
<color name="memory_dcim">#793A7F</color>
|
|
<color name="memory_music">#8E562A</color>
|
|
<color name="memory_cache">#479392</color>
|
|
<color name="memory_misc">#7C3030</color>
|
|
<color name="memory_user_light">#479392</color>
|
|
<color name="memory_user_dark">#316665</color>
|
|
|
|
<color name="crypt_keeper_clock_background">#ff9a9a9a</color>
|
|
<color name="crypt_keeper_clock_foreground">#ff666666</color>
|
|
<color name="crypt_keeper_clock_am_pm">#ff9a9a9a</color>
|
|
|
|
<color name="divider_color">#20ffffff</color>
|
|
<color name="title_color">@android:color/holo_blue_light</color>
|
|
<color name="setup_divider_color_dark">#33ffffff</color>
|
|
<color name="setup_divider_color_light">#33000000</color>
|
|
|
|
<color name="circle_avatar_frame_color">#ffffffff</color>
|
|
<color name="circle_avatar_frame_shadow_color">#80000000</color>
|
|
<color name="circle_avatar_frame_pressed_color">#ffffffff</color>
|
|
</resources>
|