SoFunction
Updated on 2025-03-01

Android TextView can scroll without ScrollViewe


<TextView
   xmlns:andro
  android:layout_width="fill_parent"
  android:layout_height="wrap_content"
  android:textSize="18sp"
  android:scrollbars="vertical"
   android:maxLines="12"
  android:textColor="@color/white"
  android:text="@string/str"
  android:
  ></TextView>