shape之背景两端是圆弧


xml version="1.0" encoding="utf-8"?>
xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >
    android:color="@color/colorAccent" />
    android:height="40dp" />
            android:bottomLeftRadius="30dp"
        android:bottomRightRadius="30dp"
        android:topLeftRadius="30dp"
        android:topRightRadius="30dp" />
    
            android:bottom="10dp"
        android:left="10dp"
        android:right="10dp"
        android:top="10dp" />

其实用法一样,只是半径  + padding 的值等于 高度

你可能感兴趣的:(android)