不能用“&”作为Android Studio中Button的文本属性

时间:2016-03-05 16:06:47

标签: java android android-studio

此行显示错误。我怎么能用“&”对于text属性?

<Button
    android:layout_width="80dp"
    android:layout_height="wrap_content"
    android:text="&"                     <----- error here
    android:textSize="30dp"
    android:layout_marginLeft="5dp"
    android:id="@+id/or"/>

1 个答案:

答案 0 :(得分:2)

你应该用这个:

&amp;

而不是:

&