android - Radio button arranging problem -


how can put number of radio button in multiple rows , columns within single radio group.

(for example: if there 10 radio buttons in single radio group. 5 should in first row , next 5 in second row because of device width small.)

you can use scroll view horizontal scroll in each roll have given hierarchal apply hierarchal layout find solution of question.

table roow(your table row)    -put relative layout         -put scroll view (horizontally)            -put radio group               -put radiobitton1,radiobitton2,radiobitton3,radiobitton4, radiobitton5             -put scroll view (horizontally)                 -put radiobitton1,radiobitton2,radiobitton3,radiobitton4, radiobitton5              -close radio group              -close  find radio button scroll horizontally scroll row wise. 

i hope help.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -