Android Button Set Border instance

Source: Internet
Author: User

An example of the following button label:

In this connection to the label <shape>, set the background style, borders, gradients, rounded corners, and so on, the use of various effects see the following code

The Drawable folder creates a new nimei.xml that reads as follows:

<?xml version= "1.0" encoding= "Utf-8"?> <shape xmlns:android=
"http://schemas.android.com/apk/res/" Android ">
    <gradient android:startcolor=" "#c0000000"  android:endcolor= "#c0000000" android:angle= "90" /><!--background color gradient angle for gradient angle-->
	<solid android:color= "#00ffffff"/><!--background fill color-->
	< Stroke android:width= "3DP" android:color= "#ff000000"/><!--strokes, border width, color--> <corners
	" 10DP "/><!--Corner arc radius-->
	<padding android:left=" 3DP "android:top=" 3DP "android:right=" 3DP "Android: Bottom= "3DP"/><!--left blank-->
</shape>


The button is then quoted as follows:

<button  
   android:id= "@+id/button"  
   android:layout_width= "Wrap_content"  
   Wrap_content "  
   android:text=" button "  
   android:background=" @drawable/nimei/>  

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.