2014-11-20 2 views
0

나는 배경이있는 텍스트 뷰를 가지고, 그리고 난 그냥 여기에 설명처럼 TextView 스크롤로보기 넣어 배경을배경을 스크롤하지 않고 TextView에서 텍스트를 스크롤하는 방법은 무엇입니까?

<TextView 
     android:layout_width="wrap_content" 
     android:layout_height="fill_parent" 
     android:layout_margin="5dp" 
     android:background="@drawable/bg_image" 
     android:gravity="center" 
     android:text=" .... " 
     android:textColor="@android:color/white" /> 

답변

관련 문제