[TIMOB-1793] Android: Allow OptionDialog to not Have Radiobuttons
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2020-02-12T15:24:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, feature, optiondialog |
Reporter | Don Thorp |
Assignee | Rene Pot |
Created | 2011-04-15T03:02:34.000+0000 |
Updated | 2020-02-12T15:24:06.000+0000 |
Description
See http://developer.appcelerator.com/helpdesk/view/42631">Helpdesk 42631 basically provide a configuration option that allows hiding the radiobuttons that appear on the option dialog if possible.
Comments
- John Veldboom 2011-04-15
Might be a nice option to be able to replace those radiobuttons with images. I believe I've seen this in some other native Android apps.
- KT 2012-08-30 Maybe I'm looking at this too simplistically, but it seems one thing to do would be that, if there's no selectedIndex, then use AlertDialog.Builder.setItems() instead of AlertDialog.Builder.setSingleChoiceItems(). Having unused radio buttons hanging around looks pretty unprofessional and tacky.
- Rene Pot 2020-02-12 Fixed with TIMOB-26793