Android example code for adding shadow effect to layout and controls

Add shadow effect to make the control or layout look three-dimensional. In general, there are two solutions.

1. The effect is achieved by directly using the code of attribute: Android: elevation = "4dp". Elevation refers to the altitude, which is the height of the z-axis of the layout. You can select the weight of the shadow by adjusting the height.

2. This method needs to write some code, but it is not much. It is realized by writing an XML.

The above is the whole content of this article. I hope it will be helpful to your study, and I hope you can support programming tips.

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>