如何使EditText上滚动顺畅 [英] How to make edittext scrolling smoothly

查看:750
本文介绍了如何使EditText上滚动顺畅的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我会做一个文本编辑,但有一个问题,它不能顺利地滚动格外即使世界大的文本。我已经overridedden的oninterceptTouchEvent而忽视了一些行动,但它不能正常工作

I'm gonna make a texteditor, but there's a problem, it can not scroll smoothly especially when theres big text in it. I have overridedden the oninterceptTouchEvent and ignored some actions, but it doesn't work

推荐答案

你试过这种?

editText.setVerticalScrollBarEnabled(true);
editText.setMovementMethod(new ScrollingMovementMethod()); 

(假设你的EditText的EDITTEXT)

(assuming your EditText's editText)

这篇关于如何使EditText上滚动顺畅的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆