Android ToggleButton:调整文本大小以适应它

时间:2015-09-18 12:25:37

标签: android text-size android-togglebutton

在我的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" > 

现在我会指定dinamically textSize来切换文本是否适合切换。 例如,它发生在像choccolate&#34; choccolate&#34;不适合切换,并显示&#34; choccol ......&#34;。

1 个答案:

答案 0 :(得分:0)

您可以使用android:ems属性(如何适应变种'M')或将android:layout_width设置为wrap_content或同时使用:)