을 변경 라디오 버튼 : 그것은 항상 흰색입니다내가 내 라디오 버튼의 텍스트 색상을 변경하지 못할 텍스트 색상
<RadioGroup
android:gravity="center"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:color = "#000000"
>
<RadioButton
android:id="@+id/contact_yes"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:color = "#000000"
android:text="@string/yes" />
<RadioButton
android:id="@+id/contact_no"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:color = "#000000"
android:text="@string/no" />
</RadioGroup>
을, 나는 검은 색으로 변경하려면?
이 속성은 텍스트의 색상을 변경하는