Is there a way to hide the text of a RadioButton but the button itself(the circle) to stay visible?
Asked
Active
Viewed 189 times
1 Answers
0
Can you not just set the android:text= to ""

trebor74
- 133
- 1
- 10
-
I want every `RadioButton` to have value but to be hidden from the user. – Profile3ForStack Feb 22 '18 at 09:42
-
Not sure you can hide the text unless you use a separate control. Could you set the text colour on a binding style property and hide it that way? – trebor74 Feb 22 '18 at 10:11
-
Yes that is an option. – Profile3ForStack Feb 22 '18 at 10:13