android - How to set images on the edge of two layouts
淡淡烟草味2017-05-16 13:34:07
0
2
856
How to set up such an effect as shown in the figure. The picture is on the edge of the two layouts. There is an activity playing a video below this activity. I have used the frame layout to set the transparency and it is fully transparent.
Use anchor points. For examples, you can search online or create a default template with File-New-Activity-ScrollingActivity in Studio. The layout inside is
I don’t know if this is the effect
Code:
The key lies in this code:
Explanation:
Use anchor points. For examples, you can search online or create a default template with File-New-Activity-ScrollingActivity in Studio. The layout inside is