TextView - mayurparmar2/AlarmDemo GitHub Wiki
text.XML
<TextView
android:id="@+id/item_question"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:fontFamily="@font/bold"
android:maxEms="5"
android:maxLines="1"
android:singleLine="true"
android:text="one two three four five six seven eight nine ten"
android:textAlignment="textStart"
android:textSize="12sp"/>