textview滑动效果


网上很多在xml中改的我经过试验没用,可能是版本不兼容的原因,但在java代码中改有用
head_tv1.setEllipsize(TextUtils.TruncateAt.MARQUEE);
head_tv1.setSingleLine(true);
head_tv1.setSelected(true);
head_tv1.setFocusable(true);
head_tv1.setFocusableInTouchMode(true);
原文地址:https://www.cnblogs.com/yzjT-mac/p/5827438.html