2

I am creating an application in which I have number of radio buttons. But the size of the radio button is very big. How can I reduce the size of these radio buttons? Thanks in advance.

Shane
  • 748
  • 2
  • 6
  • 17

2 Answers2

0

You can make custom radio buttons using your own images. This may help: Is it possible to change the radio button icon in an android radio button group

Community
  • 1
  • 1
Jimbali
  • 2,065
  • 1
  • 20
  • 24
0

Take a look at this answer...https://stackoverflow.com/a/5547552/1320245 Basically, you can set the size in the XML for the layout.

Community
  • 1
  • 1