-
Notifications
You must be signed in to change notification settings - Fork 0
Questionnaire Checkbox view
Pallab edited this page Aug 23, 2021
·
1 revision
-
Checkbox component is composed of the following four
style
components.NinchatTheme.Questionnaire.Checkbox.Image
NinchatTheme.Questionnaire.Checkbox.Image.Selected
NinchatTheme.Questionnaire.Checkbox.Label
NinchatTheme.Questionnaire.Checkbox.Label.Focused
NinchatTheme.Questionnaire.Checkbox.Label.Selected
-
Or we can use part of the style components to change partial view components
-
Text color. An android
color
resource-
Checkbox label when not selected
ninchat_color_questionnaire_checkbox_label
-
Label is focused
-
ninchat_color_questionnaire_checkbox_label_focused
-
-
When selected
NinchatTheme.Questionnaire.Checkbox.Label.Selected
-
-
Image. It uses a
drawable
resource as theandroid:src
element-
Checkbox image when not selected
ninchat_chat_checkbox
-
When selected
ninchat_chat_checkbox_selected
-
-
Label text style. We can also set the label text style to bold or normal by setting the following
string
resource-
ninchat_questionnaire_checkbox_label_text_style
bold
-
normal
( default value )
-
-
- Home
- Installation
- SDK Permission
- How to integrate the SDK
-
Overriding SDK assets
- Old resources doc ( < SDK 0.10.0 )
- Queue list view
- In Queue view element
- Command / Chat view elements
- Review / Rating view
- Dialogue(s)
- Titlebar
- Questionnaire
- Buttons
- Example Integration
- Building the Go library
- Building SDK .aar
- Contact Us
- Licenses