CheckBox, ToggleButton, Switch, and RadioButton all inherit from CompoundButton,
which in turn inherits from TextView. Hence, all the standard TextView properties
for font face, style, color, etc. are available for controlling the look of radio buttons.
Similarly, you can call isChecked() on a RadioButton to see if it is selected,
toggle() to change its checked state, and so on, like you can with a CheckBox.
ช่องทำเครื่องหมาย , togglebutton , สวิทช์และปุ่มวิทยุที่สืบทอดจาก compoundbutton
, ซึ่งจะสืบทอดจาก textview . ดังนั้น ทั้งหมดคุณสมบัติมาตรฐาน textview
สำหรับใบหน้า , ลักษณะแบบอักษร , สี , ฯลฯ มีการควบคุมลักษณะของปุ่มวิทยุ .
ซึ่งคุณสามารถเรียก ischecked() บนปุ่มวิทยุเพื่อดูถ้าจะเลือก
toggle() การเปลี่ยนแปลง ตรวจสอบสภาพ และเช่นคุณสามารถมีตัวเลือก .
การแปล กรุณารอสักครู่..