在我的 Android 应用程序中,我有几个带有前缀大小和文本大小的 ToggleButton:
<ToggleButton xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="73dp"
android:layout_height="25dp"
android:background="@drawable/filtro_toggle_bg"
android:textColor="@color/textcolor"
android:textSize="@dimen/sp14" >
现在,如果文本不适合切换,我将动态分配 textSize 来切换。例如,像“choccolate”这样的长词不适合切换,并显示为“choccol...”。