Android Shape drawable

Source: Internet
Author: User

1. Create a new drawable directory under the Res directory.

2. Create a new XML file.

3, the use of drawable to define resources.

<?

XML version= "1.0" encoding= "Utf-8"? ><shape xmlns:android= "Http://schemas.android.com/apk/res/android" Android:shape= "Rectangle" > <solid android:color= "#f06000"/> <stroke android:width= "10DP " android:color=" #00ff00 " /> <corners android:radius=" 15DP "/> <padding android: left= "10DP" android:top= "10DP" android:right= "10DP" android:bottom= "1DP" /></shape >


A stroke is a definition of a contour. Here is the contour of the 10DP.

Corners are defined as rounded corners.

Padding is the definition of the inner margin.

Here's how it works:


Android Shape drawable

Related Article

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.