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