
android 笔记
s嘟嘟
这个作者很懒,什么都没留下…
展开
-
带进度条的WebView
/** * 带进度条的WebView * @author 农民伯伯 * */@SuppressWarnings("deprecation")public class ProgressWebView extends WebView { private ProgressBar progressbar; public ProgressWebView(Context con转载 2017-03-24 15:22:58 · 218 阅读 · 0 评论 -
设置TextView滚动效果
设置TextView内容不能完全显示时,可滚动效果 TextView tvResult; tvResult.setMovementMethod(ScrollingMovementMethod.getInstance());原创 2017-06-26 15:07:48 · 265 阅读 · 0 评论