TextView restarts Marquee when changing another TextView in same LinearLayout
问题 I have LinearLayout and inside 2 TextView both have marquee and when I update text in first then second TextView restarts marquee. <LinearLayout android:id="@+id/panel" android:layout_width="320dp" android:layout_height="match_parent" android:layout_marginLeft="2dp" android:layout_marginRight="2dp" android:gravity="center_vertical" android:orientation="vertical" > <TextView android:id="@+id/first" android:layout_width="match_parent" android:layout_height="wrap_content" android:ellipsize=