The code lines you were missing are :
android:focusable="true"
android:focusableInTouchMode="true"
android:singleLine="true"
In the text field try this text as it is a long text.
android:text="This is a very long text which is not fitting in the screen so it needs to be marqueed."
Check my complete code and step by step process here