listview中的textview中的文字走马灯效果

布局文件:

        android:ellipsize="marquee"
        android:focusable="true"
        android:singleLine="true"
        android:marqueeRepeatLimit="marquee_forever"
        android:focusableInTouchMode="true"
        android:scrollHorizontally="true" 

adapter中:

holder.text.setSelected(true);

或 ((TextView) convertView.findViewById(R.id.action_device)).setSelected(true);

posted @ 2016-09-29 11:23  相忘江湖_侯  阅读(195)  评论(0编辑  收藏  举报