我试过用autoSizeTextType.我的minSdk是24,所有的工具都是26,compat也是 26-beta2.
通过代码尝试使它们可调:
dialogWeight.touchables.filterIsInstance<Button>().forEach {
TextViewCompat.setAutoSizeTextTypeWithDefaults(it,
TextViewCompat.AUTO_SIZE_TEXT_TYPE_UNIFORM) }
Run Code Online (Sandbox Code Playgroud)
和xml:
<android.support.v7.widget.AppCompatTextView
android:layout_height="match_parent"
android:text="7"
android:autoSizeTextType="uniform"/>
Run Code Online (Sandbox Code Playgroud)
有任何想法吗 ?我开始相信它目前被窃听了