私はTextViewを省略記号に設定していますが、テキストを置くとそうしません。何か案は?テキストは省略されません
<TextView
android:id="@+id/LegalsView"
android:ellipsize="end"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium" />
あなたは試してみましたか:maxwidth属性、これはあなたが必要としていると思います –