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.
我有一个超出可见屏幕的滚动视图,但我想在屏幕底部保留一个栏。如何在允许用户滚动到可见屏幕之外的同时这样做?
你可以做一个 LinearLayout 垂直模式,先放一个滚动视图,然后另一个布局就是你的栏,它将在滚动视图下方