Foursquare-CollectionPicker
Foursquare-CollectionPicker copied to clipboard
Collection Picker is an Android View library that looks like Foursquare Tastes picker
When we change orientation then the layout do not update according to new screen size
in the CollectionPicker class, it uses itemWidth += Utils.dpToPx(getContext(), 30) + textPaddingLeft + textPaddingRight; to calculate the itemWidth. it does not consider the situation that there could be no item_icon....
- Updated Gradle, Build tools, SDK - mCheckedItems was never initialized - Added method setBackground - Added isSelected in onClickListener - Renamed totalPadding to totalHzPadding