evrencoskun/TableView

TableView cell selection not working ie not changing background color or text color upon selection

Md-Ala-Uddin opened this issue · 1 comments

app:selected_color="@color/selected_background_color"
not working on xml

make sure you had added this line in your xml

app:allow_click_inside_cell="true" as

<com.evrencoskun.tableview.TableView android:id="@+id/tableView" android:layout_width="match_parent" app:allow_click_inside_cell="true"/>