【发布时间】:2019-11-14 13:16:31
【问题描述】:
【问题讨论】:
标签: android text-alignment richtext text-formatting text-styling
【问题讨论】:
标签: android text-alignment richtext text-formatting text-styling
使用AppCompatTextView并设置android:autoSizeTextType="uniform",android:maxLines="1"
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/textView"
android:layout_width="400dp" <!--fixed size-->
android:layout_height="200dp" <!--fixed size-->
android:autoSizeTextType="uniform"
android:maxLines="1"/>
【讨论】:
width 和 height 的值是多少?
height 设置为更高的值