切换风格

默认Lavender Sky Flowers Wizard Snow Beige California City Dragon Black London Sunset glow Pink Cloud

圆角、描边背景样式,XML文件

已有 532 次阅读2019-9-28 12:13 |个人分类:E4A经验分享| 圆角, 样式, 美化


<?xml version="1.0" encoding="utf-8"?> 
<shape xmlns:android="http://schemas.android.com/apk/res/android" > 
<!-- 渐变 
<gradient 
android:startColor="#fff" 
android:endColor="#fff" 
android:angle="270" 
/> 
--> 
 
<!-- 描边 --> 
<stroke android:width="0.5dp" 
android:color="#E8E8E8" 
/> 
 
<!-- 实心 --> 
<solid android:color="#fff" 
/> 
 
<!-- 圆角 --> 
<corners 
android:bottomRightRadius="5dip" 
android:bottomLeftRadius="5dip" 
android:topLeftRadius="5dip" 
android:topRightRadius="5dip" 
/> 
 
</shape>

路过

鸡蛋

鲜花

握手

雷人

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 立即注册

QQ|sitemap|免责声明|RGB颜色对照表|手机版|小黑屋| 易如意 - E4A中文编程学习交流论坛

GMT+8, 2024-5-19 23:54 , Processed in 0.023051 second(s), 21 queries .

Powered by Discuz! X3.4

© 2001-2018 eruyi.cn

返回顶部