在我的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;。
答案 0 :(得分:0)
您可以使用android:ems
属性(如何适应变种'M')或将android:layout_width
设置为wrap_content
或同时使用:)