2012-05-04 8 views

答えて

1
のTextViewの

使用ellipsize財産あなたもこれを持っている必要があり活動に

<TextView 
    android:id="@+id/mywidget" 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" 
    android:layout_alignParentRight="true" 
    android:lines="1" 
    android:ellipsize="marquee" 
    android:fadingEdge="horizontal" 
    android:marqueeRepeatLimit="marquee_forever" 
    android:scrollHorizontally="true" 
    android:textColor="#ff4500" 
    android:text="Simple application that shows how to use marquee, with a long text"/> 
+0

次のように: 'テレビ=(TextViewの)findViewById(R.id.textIdを)。 tv.setSelected(true); ' – Pallavi

関連する問題