henryblue / TvRecyclerView

A custom RecyclerView for Android TV end
Apache License 2.0
7 stars 4 forks source link

bugs about bounds. #6

Closed a1onexiang2 closed 6 years ago

a1onexiang2 commented 6 years ago

The width and height of FocusBorderView doesn't fit the ItemView well if the root layout of ItemView has margins. Even of 0 margins, the bounds don't act well either.

henryblue commented 6 years ago

call 'setSelectPadding(int left, int top, int right, int bottom)' function to controll the width and height of FocusBorderView