android TextView不用ScrollViewe也可以滚动的方法

时间:2021-01-05 10:07:24
【文件属性】:
文件名称:android TextView不用ScrollViewe也可以滚动的方法
文件大小:30KB
文件格式:PDF
更新时间:2021-01-05 10:07:24
AND android android开发 代码 代码如下:TextView textview = (TextView) findViewById(R.id.text);            /**             *              * 只有调用了该方法,TextView才能不依赖于ScrollView而实现滚动的效果。             * 要在XML中设置TextView的textcolor,否则,当TextView被触摸时,会灰掉。             */            textview.setMovementMethod(ScrollingMovementMethod.getInstan

网友评论