2011-01-25 7 views
1

가능한 중복에 텍스트 뷰의 텍스트를 가로로 스크롤하는 방법 :
Horizontal scrolling text in Android안드로이드

<TextView 
    android:id="@+id/dtitle" 
    android:layout_marginLeft="100dp" 
    android:text="Title" 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" 
    android:scrollHorizontally="true" 
/> 

이것은

답변

0

당신이 marquee 같은 의미합니까 XML 파일에 내 코드입니다 ?

+0

예 – SBK