Processing mode at different angles of sharp fillets (top fillet), resolving different corner sizes is not supported in Path.addroundrect

Source: Internet
Author: User

Write a dialog box, UI requirements to implement this background, using sharp to achieve, the top of the background with rounded corners, there is no fillet, so easy!, new sharp file

Set the corners above to 8DP, the following set to 0, the result error: Different corner sizes is not supported in Path.addroundrect,

Workaround: Use the layer-list implementation, that is, two images overlay the bottom of the fillet

<?XML version= "1.0" encoding= "Utf-8"?><layer-listxmlns:android= "Http://schemas.android.com/apk/res/android" >    <Item>        <ShapeAndroid:shape= "Rectangle">            <SolidAndroid:color= "@color/newcolor2" />            <CornersAndroid:radius= "8DP"/>        </Shape>    </Item>    <ItemAndroid:top= "8DP"        >        <ShapeAndroid:shape= "Rectangle">            <SolidAndroid:color= "@color/newcolor2" />        </Shape>    </Item></layer-list>

Processing mode at different angles of sharp fillets (top fillet), resolving different corner sizes is not supported in Path.addroundrect

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.