活动开始时隐藏滚动条
我遇到了一个不知道如何解决的问题。
问题是我想在活动开始时隐藏滚动条。如果您查看它们,当您启动 Activity 时,它们是可见的,然后它们会淡出,直到您开始滚动。没关系。但我也不希望他们显示活动何时启动。
你知道这是否可能吗?谢谢
I've come with an issue that don't know how to solve.
The problem is that I want to hide the scrollbars when the activity starts. If you look at them, when you launch the activity they're visible and then they fade out until you begin scrolling. That's ok. But I don't want them to show when the activity is launched either.
Do you know if this is possible? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你想让它们被隐藏吗?或当您启动活动时动画(淡入)?
你可以用它来动画滚动视图:
如果你想隐藏它们,使用:
希望它有帮助:)
you want them to be hidden ?? or animated (fadeIn ) when you launch your activity ?
you can use this to animate ScrollViews :
And if you want to Hide them , use :
Hope it helps :)