码迷,mamicode.com
首页 > 其他好文 > 详细

配色一览

时间:2018-03-21 20:03:51      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:and   div   配色   net   资源   schema   gradient   pos   enter   

本文资源摘自轻微课(www.qingwk.com),图侵删

常用配色一览

xml范例

<shape xmlns:android="http://schemas.android.com/apk/res/android"
    <!-- 形状-->
    android:shape="rectangle">
    
    <!-- 描边-->
    <stroke
        android:color="@color/white"
        android:width="1dp"
        <!-- 虚线宽度及密度-->
        android:dashWidth="10dp"  
        android:dashGap="1dp" />
    <!-- 圆角-->
    <corners
        android:radius="5dp"/>
    <!-- 渐变-->
    <gradient
        android:type="line"  
        android:angle="45"
        android:startColor="@color/"
        android:centerColor="@color/" 
        android:endColor="@color/"/>
    <!-- 内部填充-->
     <solid
        android:color="@color/white"/>
</shape>

参考链接

快捷定位1

技术分享图片

快捷定位2

技术分享图片

快捷定位3

技术分享图片

快捷定位4

技术分享图片

快捷定位5

技术分享图片

快捷定位6

技术分享图片

快捷定位7

技术分享图片

快捷定位8

技术分享图片

快捷定位9

技术分享图片

配色一览

标签:and   div   配色   net   资源   schema   gradient   pos   enter   

原文地址:https://www.cnblogs.com/Mr-quin/p/8618816.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!