dkharrat / NexusDialog

Library that allows you to easily and quickly create forms in Android with little code
Apache License 2.0
183 stars 52 forks source link

CheckBox only 2 options displays even added 4 options #33

Closed chiragsudani closed 8 years ago

chiragsudani commented 8 years ago

I i have added checkbox control with 4 values, but it always display 2 checkbox.

flibbertigibbet commented 8 years ago

I believe this may be fixed by changing match_parent to wrap_content on the layout_height for the LinearLayout in form_checkbox_container.xml and the inner LinearLayout in form_labeled_element.xml.

chiragsudani commented 8 years ago

I tried same but not fixed..

On Tue 11 Oct, 2016, 9:49 PM Dia Kharrat, notifications@github.com wrote:

Closed #33 https://github.com/dkharrat/NexusDialog/issues/33 via a2be8a7 https://github.com/dkharrat/NexusDialog/commit/a2be8a7b034f32cc9fcb1a919581e0551ea8987b .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dkharrat/NexusDialog/issues/33#event-819740817, or mute the thread https://github.com/notifications/unsubscribe-auth/AN3fTkfK9dFzicmQmsixVwJipCBhlmPVks5qy7cUgaJpZM4KRpK4 .

chiragsudani commented 8 years ago

@flibbertigibbet thanks for replay, i have solved issue as per you suggestion.