Skip to content

Questionnaire radio element view

Pallab edited this page Aug 23, 2021 · 1 revision
Radio element view in questionnaire ( pre and post audience ). It also shares the same resource with the backlog/chat multi-choice element.
Using these mention resource(s) an integration can change the view according to their design spec
  • Checkbox component is composed of the following three style components.

    • NinchatTheme.MultiChoice
    • NinchatTheme.Questionnaire.Radio
    • NinchatTheme.Questionnaire.Radio.Selected
  • Or we can use part of the style components to change partial view components

    • Background. An android drawable resource

      • When not selected
        • ninchat_ui_compose_select_button
      • When not selected
        • ninchat_ui_compose_select_button_selected
    • Text Color. It uses a color resource

      • When not selected

        • ninchat_color_ui_compose_select_text
      • When selected

        • ninchat_color_ui_compose_select_selected_text
Clone this wiki locally