在按钮上写多行文字

时间:2013-06-06 16:01:55

标签: android button text formatting

我正在研究android中的键盘应用程序,我有一个小的 在按钮上写文字时出现问题。

我正在尝试做这样的事情:

enter image description here

我有一个解决方案。我的string.xml是:

<string name="multiplelines">q \n1\t|</string>

在我的keyboard.xml中:

<Button android:id="@+id/xQ" android:text="@string/multiplelines"/>

我的输出是这样的:

enter image description here

所以,我的问题是:

  1. 如何在同一个按钮上为不同的文字提供不同的颜色和文字大小?
  2. 这是在android中使用css的正确方法吗?

0 个答案:

没有答案