就是把TextView 设置成可以监听长点击事件的时候。 TextView tv = new TextView(context);
tv.setOnLongClickListener ,这个时候,手指点击textview上的文字时,文字会产生闪烁,有没有方法可以屏蔽文字闪 烁? 因为在一个ScrollView 里面。手指划动会带动文字scroll , 而又需要加上长按监听事件。
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

