码迷,mamicode.com
首页 > 其他好文 > 详细

设置ScrollView的滚动条为隐藏的方法

时间:2014-11-08 15:05:09      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:android   style   color   ar   sp   on   代码   c   方法   

要实现ScrollView滚动条的隐藏,有两种方法,

一种是在XML的ScrollView布局中加入属性android:scrollbars="none"

另一种则是在代码中获取ScrollView后进行scroll.setVerticalScrollBarEnabled(false);

设置ScrollView的滚动条为隐藏的方法

标签:android   style   color   ar   sp   on   代码   c   方法   

原文地址:http://www.cnblogs.com/wytings/p/4083245.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!