siralam / BSImagePicker

An image picker that extends BottomSheetDialogFragment. Camera and gallery all in one dialog. Single or Multi Selection.
201 stars 62 forks source link

should show camera and gallery both of 2 modes. #14

Closed dn256 closed 6 years ago

dn256 commented 6 years ago

i think u should set show/hide camera and gallery both of 2 modes bcz it makes ez ways if s.o needs it (such me). many thanks ^.^

siralam commented 6 years ago

I am not going to change that in foreseeable future since that would cause huge and fundamental change in the design... But thank you for your suggestion anyway!

topex-psy commented 5 years ago

I think it would be just fine if multiple selection mode also shows take from camera tile (on initial, before user selecting any images or when no photo selected), but it will take only 1 photo, so the List<Uri> should contain only 1 item which is taken from the camera. How about that? That is all I need. Thank you.