FrameLayout覆盖顺序
本文地址: http://blog.csdn.net/caroline_wendy
FrameLayout: Child views are drawn in a stack, with the most recently added child on top.
FrameLayout在一个栈(stack)内, 最先出现的在最以下,最后出现的在最上面。
注意FrameLayout的摆放顺序, 一层一层的加入, 才干不遮挡想要的部分.
本文地址: http://blog.csdn.net/caroline_wendy
注意FrameLayout的摆放顺序, 一层一层的加入, 才干不遮挡想要的部分.