添加TextView隐藏进度条的方法

在TextView中添加android android:scrollbars="vertical"  android:singleLine="false"spa 在Activity代码中添加:get final TextView about_text = (TextView) contentView.findViewById(R.id.about_text); /** * 只有调用了该方法,Te
相关文章
相关标签/搜索