我有同樣的問題,因爲 how to show the radio button is selected is still ticked?但在Android平臺......任何人可以幫我請.. 我的代碼是提前如何顯示,單選按鈕被選中永久
<RadioButton
android:checked="false"
android:id="@+id/BBC"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#ffff6600"
android:text="BBC NEWS"
android:typeface="serif"
android:textStyle="bold"
android:layout_x="10px"
android:layout_y="100px">
</RadioButton>
感謝。 ..
我是新來的Adroid u能請告訴我一個例子....感謝回答... – android