<TextView
android:id="@+id/marqueeTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:background="#05B1FF"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"
android:singleLine="true"
android:text="보안정책에 따라 화면을 캡쳐할 수 없습니다. 위변조 방지 중입니다."
android:textColor="@color/white"
android:textStyle="bold"
app:layout_constraintTop_toTopOf="parent" />
흐르는 텍스트를 구현하기 위해서 설정해야하는 TextView의 옵션은 5가지 입니다.