Skip to content

Commit

Permalink
[UPDATE] update gridlayout manager :contruction:
Browse files Browse the repository at this point in the history
  • Loading branch information
triandamai committed Feb 9, 2021
1 parent 3a0874b commit bbb7be2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class SingleGridLayoutManager extends GridLayoutManager {

public SingleGridLayoutManager(Context context, int columnWidth) {
super(context, 1);

setColumnWidth(columnWidth);
}

public void setColumnWidth(int newCloumnWidth) {
Expand Down

0 comments on commit bbb7be2

Please sign in to comment.