commit | 50ddeac96ff1dc1cee1d7ef43327a0ea09b38055 | [log] [tgz] |
---|---|---|
author | Liam Clark <liamclark@google.com> | Thu Jan 17 14:34:26 2019 -0800 |
committer | Liam Clark <liamclark@google.com> | Thu Jan 17 15:38:11 2019 -0800 |
tree | fcbf75257df9bf71fe3e9ee66b3fd29a346dc6e7 | |
parent | b6daa9e91a710babf236081403b99eb7a4972f6e [diff] |
Fix radio buttons in IntentBuilderView Intent builderview currently had a hierarchy consiting of: RadioGroup -> LinearLayout -> RadioButton. However if the RadioButton is not directly inside the RadioGroup, the RadioGroup has no effect on the button. Instead keep a list of all the RadioButtons we have and deselect all others when a new button gets clicked. Test: Manual Change-Id: I65b9e1165ae3abc23b10f7eb8770a60f144aac82