标签: android xml android-layout
我想向我的布局添加一个按钮,该按钮固定在屏幕底部,直到用户滚动并到达其在父布局中的适当位置为止。
Here the button stayed in the bottom while scrolling
when user scroll to come to its actual position in its parent layout then it viewed in its actual position, and remain here till scroll to end
用户向上滚动并超过按钮位置时,应该遵循此功能。
我该如何实现?