如何在Android C#中将按钮文本设置为“ <”?

时间:2019-07-18 15:53:46

标签: c# android android-layout xamarin button

我想使用xml将“ <”设置为按钮文本。

我的按钮在这里。

<Button
            android:text="<"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:id="@+id/button1" />

See the error

1 个答案:

答案 0 :(得分:0)

尝试添加“ <”作为字符串资源,然后使用该字符串。