Ilham Hadisyah
Ilham Hadisyah
**error** :`com.labters.lottiealertdialoglibrary.DialogTypes` cannot resolve `TYPE_CUSTOM` **how to produce error** 1. configure settings.gradle (adding `maven { url "https://jitpack.io" }`) 2. adding `maven { url "https://jitpack.io" }` to top-level build.gradle 3. import...
still having this issue after added `cellContainerView.layoutParams.width = xxx` `cellCcontainerView.requestLayout()`. and `headerContainerView.layoutParams.width = xxx` `headerCcontainerView.requestLayout()`. all of these located on `onBindCellViewHolder `and `onBindColumnHeaderViewHolder` Reference original code example : [CellViewHolder.java](https://github.com/evrencoskun/TableView/blob/master/app/src/main/java/com/evrencoskun/tableviewsample/tableview/holder/CellViewHolder.java) issue...