<TextView
android:id="@+id/t_view4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/t_view3"
android:layout_below="@+id/r_btn"
android:layout_marginTop="14dp"
android:text="@string/tv"
android:singleLine="true"
android:marqueeRepeatLimit="marquee_forever"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true" />