I want my TextView to appear for 5 seconds so it will be invisible too when the text is displayed flashy. thanks for your help
<TextView
android:id="@+id/tv"
android:layout_width="50dp"
android:layout_height="45dp"
android:layout_marginStart="4dp"
android:textColor="#FE9A2E"
android:textSize="18dp"
android:text="Hello"
android:textStyle="bold"
app:layout_constraintStart_toStartOf="parent"
tools:ignore="MissingConstraints"
tools:layout_editor_absoluteY="16dp"
android:layout_marginLeft="4dp" />