I added ScrollView like this:
<ScrollView
android:layout_width="fill_parent"
android:layout_height="200dp" >
<TextView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:text="- A Learning"
android:textColor="#ffffff"
android:textSize="20sp"
android:textStyle="italic" />
<TextView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:text="- B Learning"
android:textColor="#ffffff"
android:textSize="20sp"
android:textStyle="italic" />
There is < / ScrollView > up
And gave me this at the Graphical Layout: Exception raised during rendering: ScrollView can host only one direct child, Exception details are logged in Window > Show View > Error Log