圆角边框,底边,背景做法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了圆角边框,底边,背景做法相关的知识,希望对你有一定的参考价值。


左上,左下,右上,右下

四个角分别设置弧度即可

drawable/dialog_qrcode_button.xml

<?xml version="1.0" encoding="utf-8"?>  
<shape xmlns:android="http://schemas.android.com/apk/res/android" >  
  
    <solid android:color="@color/main_color" />  
  
    <corners  
        android:bottomLeftRadius="0dp"  
        android:bottomRightRadius="0dp"  
        android:topLeftRadius="5dp"  
        android:topRightRadius="5dp" />  
  
</shape>

android:background="@drawable/dialog_qrcode_button"






本文出自 “爬过山见过海” 博客,请务必保留此出处http://670176656.blog.51cto.com/4500575/1783533

以上是关于圆角边框,底边,背景做法的主要内容,如果未能解决你的问题,请参考以下文章

div+css如何实现圆角矩形

html 圆角边框

Flutter设置圆角边框 Flutter圆角背景

CSS3的边框圆角背景

Android圆角背景设置

css 如何用图片改变表单边框的样式(圆角边框,有阴影)