Android programming uses custom shape to achieve shadow shadow effects _android

Source: Internet
Author: User

This article illustrates the way Android programming uses custom shape to implement shadow shadow effects. Share to everyone for your reference, specific as follows:

directly on the XML file, and attach the corresponding parsing:

<?xml version= "1.0" encoding= "Utf-8"?> <selector xmlns:android= "http://schemas.android.com/apk/res/" Android "> <item android:state_pressed=" true "> <layer-list> <!--equivalent to padding--> <item Andr oid:left= "4DP" android:top= "4DP" > <shape> <solid android:color= "#ff58bb52"/> <corners and roid:radius= "30dip"/> </shape> </item> </layer-list> </item> <item> <laye r-list> <!--SHADOW LAYER--> <item android:left= "4DP" android:top= "4DP" > <shape> <
   Solid android:color= "#66000000"/> <corners android:radius= "30dip"/> </shape> </item> <!--CONTENT LAYER--> <!--equivalent to padding--> <item android:bottom= "4DP" android:right= "4DP" >
   ;shape> <solid android:color= "#ff58bb52"/> <corners android:radius= "30dip"/> </shape> </item> </layer-list> </item> </selector>

I hope this article will help you with your Android programming.

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.