I want show all text in Animation
that my text is(for example):
"Lorem Ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups."
but i can see only "Lorem Ipsum is placeholder text commonly"
in animation
when program runs, or if i turn the device: "Lorem Ipsum is placeholder text commonly used in the graphic," that mean can see only one line.
I used this code:
<TextView
android:id="@+id/textViewMarqToRight"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginTop="8dp"
android:maxLines="1" />
but I'm still searching.