color-theme 总结

1.calculator

<color name="content_frame_color">#0099e6</color> //主界面背景

<color name="history_listview_background_color">#e60070bf</color>//历史记录侧边栏背景

<drawable name="clear_history_ok_pressed">#d03434</drawable>//历史记录删除确定按钮(点击)

<drawable name="clear_history_ok_normal">#ff4c4c</drawable>//历史记录删除确定按钮(正常)

<drawable name="clear_history_cancel_pressed">#000000</drawable>//历史记录删除取消按钮(点击)

<drawable name="clear_history_cancel_normal">#66000000</drawable>//历史记录删除取消按钮(正常)

<drawable name="clear_history_normal_color">#66000000</drawable>//删除历史记录按钮(正常)
<drawable name="clear_history_pressed_color">#000000</drawable>//删除历史记录按钮(点击)

<color name="history_item_pressed_color">#33000000</color>//历史记录item点击背景色

<color name="history_item_normal_color">#0d0070bf</color>//历史记录item正常背景色

2.mms

<color name="mms_background">#f8f8f8</color>//底层背景颜色

<color name="actionbar_background_color">#00d5ff</color>//actionbar(actionmode)颜色

3.gallery

<color name="window_color">#171717</color>//actionbar(主界面背景)颜色

4.videoplay

<color name="actionbar_background">#00d5ff</color>//actionbar(actionmode)颜色

5.backup

<color name="actionbar_background_color">#04cd74</color>//actionbar颜色
    <color name="activity_background_color">#f8f8f8</color>//activity界面背景颜色

时间: 2024-08-09 22:03:06

color-theme 总结的相关文章

VS 2010使用Color Theme Editor插件

使用Visual Studio Color Theme Editor 改变VS 2010的主题色,也可以配置自己喜欢的颜色 工具/原料 Visual Studio 2010 Visual Studio Color Theme Editor 安装Visual Studio Color Theme Editor 安装该插件可以从网站下载安装,也可以从VS 2010里面安装.本经验选择从VS 2010的 Extension Manager中安装. 启动VS 2010,选择“Tools”-“Extens

如何为Eclipse安装主题(Color Theme) 2015

最近做php环境转到Eclipse上,开发环境默认都是白底黑字的, 时间长了眼睛很难受,于是找了eclipse color theme安装. 方法1:你可以从Eclipse Marketplace中下载 Please visit here: http://eclipsecolorthemes.org/?view=plugin 进去以后可以看到这个界面 http://eclipsecolorthemes.org/ 这个网站上提供了很多已经配置好的颜色主题,有xml和epf两种格式,你喜欢哪个就下载

Eclipse插件:Eclipse Color Theme

安装方法:Eclipse 3.6 (Helios)版本,可以打开 Help -> Eclipse Marketplace 搜索Eclipse Color Theme来进行安装.Eclipse 3.5 (Galileo)版本,可以通过Help -> Install New Software,单击 Add Site 来加入Eclipse Color Theme的安装地址的方式进行安装.

eclipse 两款UI美化插件推荐 miniMap &amp; color theme

用惯了sublime, 换回eclipse ,总是有些不情愿. 很重要的原因是,sublime的界面更养眼,看久了不累. 1)color theme 当然,eclipse支持自定义code format的,颜色字体都可以改.但是,每次都设置一遍非常麻烦,这么多选项.如果想改回去,又要浪费很多时间.我觉得,肯定不止我一个人有这种需求,于是我在eclipse market 中找到了 color theme这个插件.插件支持多种常见经典IDE的theme.不需要你手工设置,或替换config文件,直接

eclipse color theme 主题颜色

第一步,安装Eclipse Color Theme Help -> Eclipse Marketplace  -> 搜索Eclipse Color Theme  - > 第一个为:Eclipse Color Theme1.0.0   -> install 安装完成之后,会自动重启软件. 我也尝试过:Help  ->  Install New Software  ->  Add  ->  Location:http://eclipse-color-theme.git

Eclipse-3.4安装主题(Color Theme)

访问http://eclipse-color-theme.github.com/update 点击下载:download this update site as a zip archive Help->software Updates...->Available Software->Add Site...->Archive...->添加刚才下载的zip 选择主题:Window->Preferences->General->Appearance->Col

eclipse安装color theme插件

为Eclipse添加Color.Theme的插件 这样可以方便一键更换主题,再也不用一个一个设置BackgroundColor了,同时也方便回退到default默认主题配置. 方法一: 打开Eclipse-Help-Install New Software,Add: http://eclipse-color-theme.github.com/update 插件设置 下载好此插件后,我们Eclipse-Window-Preferences-General-Appearance,是不是多了一个Col

重启eclipse color theme失效的解决办法

For Eclipse Mars users: In the main menu bar, go to Window > Preferences In the preference tree on the left, go to Oomph > Preference Recorder Check that it is enabled at the top.(record into workspace) Set your color theme to the desired theme, and

Eclipse Color Theme

[Eclipse Color Theme] 插件安装教程:http://blog.sina.com.cn/s/blog_73b89cd3010147fi.html

vs code 安装 theme后set color theme出错: cannot read property id of undefinded

问题描述: 如题 解决方案: https://github.com/sdras/night-owl-vscode-theme/issues/176 Hm, strange. Have you tried shift + ctrl P and then Preferences: Color Theme, and finding the theme in there? 如描述找到你的color theme切换就行了. 原文地址:https://www.cnblogs.com/it-dennis/p/