我有以下屬性一個TextView:安卓的TextView沒有滾動自動
<TextView
android:id="@+id/appheader"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_centerVertical="true"
android:textColor="#ffffff"
android:layout_marginLeft="3dp"
android:textSize="21sp"
android:singleLine="true"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:focusable="true"
android:focusableInTouchMode="true"/>
其實TextView的滾動,只有當我點擊的TextView。但是我想在啓動活動時自動滾動它。我怎樣才能做到這一點 ?
「自動滾動它」你指的是在這裏選取框? – waqaslam 2012-04-23 07:29:45
你可以定義「滾動」更多?因爲如果你想讓它滾動TextView中的文本,你會遇到問題,因爲你已經把它放在singleLine =「true」上。 – Loyalar 2012-04-23 07:30:29
讓我檢查我給出的答案吧,試試吧 – Khan 2012-04-23 08:14:47