Aka*_*h M 1 android radio-group radio-button
<RadioButton android:id="@+id/radio2"
android:text="< 4 minutes"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Run Code Online (Sandbox Code Playgroud)
如果我在文本中传递"<4分钟",则xml会出错.
有没有办法在xml中实现这个功能?
请建议
小智 7
"<"是HTML和xml中的特殊字符.
要使用它,将"<"替换为 0;.
<RadioButton android:id="@+id/radio2"
android:text="< 4 minutes"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Run Code Online (Sandbox Code Playgroud)
这是一个有用的链接,http://www.w3schools.com/tags/ref_entities.asp.
| 归档时间: |
|
| 查看次数: |
739 次 |
| 最近记录: |