我試圖使用字幕和它不工作, 這是我的代碼...任何人都可以看到這個問題?TextView字幕不工作在android
<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" />
我在運行時設置了這個textview的文本。 我使用此鏈接代碼 TextView Marquee not working
可以與一些比「書名」大文字試試? –
是的,我嘗試它,但它沒有完成.. – Youddh