翻阅古今
TextView textView = (TextView) this.findViewById(R.id.textview_marquee); textView.setEllipsize(TruncateAt.MARQUEE);textView.setText("General Information... general information... General Information");textView.setSelected(true);textView.setSingleLine(true);