我创建了一个包含句子的Button
和TextView
。是否可以在句子中加Button
?
点击此Button
转到下一页。
或者你会完成句子并将Button
放在后面吗?
<Button
android:id="@+id/btnNextPage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="onClick"
android:text="Next Page"/>
<TextView
android:id="@+id/txtNextPage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Click here to go to next page."/>
答案 0 :(得分:0)
使用HTML或结束TextView
并在其后面放置Button
,然后使用其他TextView
继续其余句子。