I am have a textView that has a background and I want to scroll the text that it contains without scrolling the background
<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" />
 
     
    