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的摆放顺序, 一层一层的加入, 才干不遮挡想要的部分.…
Android UI Layouts: Graphics Design Using the ViewGroup Class Android ViewGroup Superclass: A Foundation for Layouts The ViewGroup LayoutParams Class: Layout Parameters Deprecated Layouts: AbsoluteLayout and SlidingDrawer absoluteLayout 3 version 1.5…