【资源】Material Design Color xml


    整理了Materual Design 推荐的颜色xml文档,Android开发时方便界面颜色的选取和使用,可以直接放在color文件夹下使用。

    百度云盘:md_colors.xml     http://pan.baidu.com/s/1mgXjEGw

    提取密码:xbip

    不过我觉得在开发时,配好色之后还是不要以颜色名来为color资源设置name,而是以功能或者影响模块的名字命名,这样虽然复用性减小了,但维护起来容易,日后改配色方案很方便,只需要改动xml里面的颜色值即可。



转载于:https://my.oschina.net/u/2368420/blog/646621

在WPF中使用MaterialDesign风格,需要引用MaterialDesign资源。以下是引用MaterialDesign资源的步骤: 1. 在Visual Studio中,右键单击项目,选择“管理NuGet程序包”,搜索“MaterialDesignThemes”和“MaterialDesignColors”并安装它们。 2. 打开App.xaml文件,添加以下代码: ```xml <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Light.xaml" /> <ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" /> <ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Primary/MaterialDesignColor.DeepPurple.xaml" /> <ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Accent/MaterialDesignColor.Lime.xaml" /> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </Application.Resources> ``` 这些资源字典定义了MaterialDesign主题和颜色。 3. 在MainWindow.xaml中,添加以下代码: ```xml <Window xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" Background="{DynamicResource MaterialDesignPaper}" TextElement.Foreground="{DynamicResource MaterialDesignBody}" TextElement.FontWeight="Regular" TextElement.FontSize="14" FontFamily="{DynamicResource MaterialDesignFont}"> ``` 这个XAML头定义了MaterialDesign命名空间,以及如何使用MaterialDesign字体和颜色。 现在,你可以开始使用MaterialDesign控件和样式了!
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值