jess-anders / two-way-gridview

An Android GridView that can be configured to scroll horizontally or vertically
650 stars 261 forks source link

Children are not gaining focus #11

Open kingargyle opened 11 years ago

kingargyle commented 11 years ago

Only the TwoWayGridView itself is ever gaining focus. Focus to the children is never done. The currently selected item is always being set, but when navigating with a D-PAD focus is never set to the child that is selected. This causes issues when you are using a selectors that act differently when using the focus attributes.