Update SwitchWidget to SwitchButton in README.md

This commit is contained in:
Lawrence Aberba 2016-07-27 19:35:13 +00:00 committed by GitHub
parent ac00749665
commit 92a4d56879
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Currently implemented widgets:
* TextImageButton - button with icon and label
* CheckBox - check button with label
* RadioButton - radio button with label
* SwitchWidget - switch button
* SwitchButton - a toggle switch button
* EditLine - single line edit
* EditBox - multiline editor
* VSpacer - vertical spacer - just an empty widget with layoutHeight == FILL_PARENT, to fill vertical space in layouts