sergejsha / pinned-section-listview

Easy to use ListView with pinned sections for Android.
2.59k stars 808 forks source link

add padding,click on a pinned item,not accurate, sometimes #91

Open LLL-Luo opened 8 years ago

LLL-Luo commented 8 years ago

add padding, when click on a pinned item next to the right edge, it calls the click on the item behind it

the method private boolean isPinnedViewTouched(View view, float x, float y), caculate the mTouchRect.right has some problem; it should be mTouchRect.right += getPaddingLeft();