1、绝对好使的跑马灯
<TextView
android:layout_width="100dp"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:ellipsize="marquee"
android:fadingEdge="horizontal"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:text="是否会将符合回复大家看法哈会尽快发货"
android:textColor="?attr/custom_textColor"
/>
textView1 =(TextView)topView.findViewById(R.id.textView1);
textView1.setFocusable(true);
textView1.requestFocus();