Android:屏幕倾斜其他fontsize

时间:2012-03-07 12:43:31

标签: android fonts

如果我的屏幕倾斜,我的字体超出了按钮的边框。

如何根据屏幕方向定义不同的字体大小?

我现在按钮定义如下:

<Button
    android:id="@+id/buttonClear"
    style="@style/ButtonText"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="@drawable/custombuttonred"
    android:text="@string/clear"
    android:textSize="50sp" />

1 个答案:

答案 0 :(得分:2)

res/values/styles.xmlres/values-land/styles.xml中定义相同的样式。使其中一个字体大小不同。