码迷,mamicode.com
首页 > 移动开发 > 详细

android 圆角背景

时间:2019-02-11 10:36:38      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:pre   sch   span   schema   style   属性   oid   xmlns   val   

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <!-- 设置按钮的左上角和右下角为弧形 -->
    <stroke android:color="@color/colorNewRed"
        android:width="1dp" />
    <solid android:color="@color/colorNewRed" />
    <corners android:topLeftRadius="15dip"
        android:bottomRightRadius="15dip" />
</shape>
相关属性:
corners:圆角弧度    
solid:里面背景 stroke:外框背景 padding:文字与边框的距离 shape:背景整体类型,取值有 rectangle(矩形) oval(椭圆形) line(线性) ring(环形)

 

android 圆角背景

标签:pre   sch   span   schema   style   属性   oid   xmlns   val   

原文地址:https://www.cnblogs.com/zty-Love/p/10360904.html

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