evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 459 forks source link

corner cell issue #183

Closed alex-nechet closed 5 years ago

alex-nechet commented 5 years ago

image

How can I fix issue with corner cell? It uses the same layout as row headers and no matter I have fixed height or wrap content attr it acts like in picture above. How can I fix corner cell height? to align with row header height?

alex-nechet commented 5 years ago

update: settting property app:column_header_height fixed this issue