带有椭圆弧的Android矢量资源角

时间:2017-09-14 09:56:02

标签: android css border androiddesignsupport android-vectordrawable

<corners>标记内的

<shape>用于在Android中的矢量绘制中使用圆弧获取圆角,如下所示:

<corners
    android:bottomRightRadius="16dp"
    android:bottomLeftRadius="16dp"
    />

enter image description here  但是,使用椭圆角来获得圆角似乎不是一个简单的解决方案。这样在CSS中很容易做到:

border-radius: 5px/10px;

如果在<path>内没有自定义<vector>标记,或者我不知道有简单的解决方案,是否真的不可能这样做?

0 个答案:

没有答案