Android ListView Make Table Add rounded border

Source: Internet
Author: User

Borders, rounded corners, all can be achieved.



In the drawable directory, add View_yuan_morelist.xml to set the border code for the control. As follows:

<?XML version= "1.0" encoding= "Utf-8"?><Shapexmlns:android= "Http://schemas.android.com/apk/res/android"Android:shape= "Rectangle">    <SolidAndroid:color= "#ff0000ff"/>        <StrokeAndroid:width= "1DP"Android:color= "#000000" />    <GradientAndroid:startcolor= "#FFFFFF"Android:endcolor= "#FFFFFF"/>    <paddingAndroid:left= "7DP"Android:top= "7DP"Android:right= "7DP"Android:bottom= "7DP" />    <CornersAndroid:radius= "10DP" /></Shape>

Call style whenever you set the control's android:background= "@drawable/view_yuan_morelist"

Android ListView Make Table Add rounded border

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.