From a46cc90815b6493a57a27f6b9544c4eda973bed4 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 16 Mar 2016 16:41:12 +0300 Subject: [PATCH] update readme with SwitchWidget --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3951301a..ef43d429 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Currently implemented widgets: * TextImageButton - button with icon and label * CheckBox - check button with label * RadioButton - radio button with label +* SwitchWidget - 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