coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 193 forks source link

Imports of com.kbeanie.imagechooser.R should be removed #38

Closed fraserscottmorrison closed 9 years ago

fraserscottmorrison commented 10 years ago

ImageChooseBuilder & VideoChooserBuilder both import com.kbeanie.imagechooser.R to access strings. It makes it impossible to use these files in another project without modifying them.

You could instead use properties, with hardcoded default values, which can be overridden.

coomar2841 commented 10 years ago

Good point. Will change this soon. Thanks. :)

coomar2841 commented 9 years ago

Fixed in the dev branch. Would be available with the next release

coomar2841 commented 9 years ago

Done.