I create my xml view, and in the preview it seems good. But when i play on my emulator the elements doesn't fix, i think the emulator is too small. So the solution i have tried is setting the scrollbars to vertical:
<TextView
android:id="@+id/tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scrollbars="vertical"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
But it doesn´t take effect, i think it is only for lists or long texts The preview of my aplication The real view