マーキーを使おうとしていますが、機能しません。コードは次のとおりです...誰かが問題を確認できますか?
<TextView
android:id="@+id/lblTitle"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"
android:scrollHorizontally="true"
android:focusable="true"
android:focusableInTouchMode="true"
android:freezesText="true"
android:layout_width="140dp"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="15dp"
android:gravity="center"
android:paddingLeft="5dp"
android:paddingRight="5dp"
android:text="Book Title"
android:textColor="#FFFFFF"
android:textSize="12dp" />
実行時にこのテキストビューのテキストを設定します。このリンクのコードを使用します TextViewMarqueeが機能していません