Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想做ScrollView滚动时带有信息数据的底部视图与上面的照片重叠(照片保持在同一个地方),以及在 google+ 应用程序中的提要详细信息。抱歉英语不好。谢谢
ScrollView
想象我想要的:
加载详细信息 时 滚动时
您可以在背景中使用 anImageView作为顶部图像,然后ScrollView使用RelativeLayout或将 a 放在其顶部FrameLayout。然后在里面ScrollView你可以使用一个垂直LinearLayout,或者使用一个Space作为列表中的第一个项目,并使其大小与 相同ImageView,或者你可以简单地将第一个项目的边距设置为具有与ImageView. _
ImageView
RelativeLayout
FrameLayout
LinearLayout
Space