mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
Fix a big bunch of lint warning
This commit is contained in:
parent
99c956c122
commit
e8a65c5810
29 changed files with 69 additions and 82 deletions
|
|
@ -6,9 +6,9 @@ import android.view.View;
|
|||
import androidx.recyclerview.widget.RecyclerView;
|
||||
|
||||
public class GridItemDecoration extends RecyclerView.ItemDecoration {
|
||||
private int spanCount;
|
||||
private int spacing;
|
||||
private boolean includeEdge;
|
||||
private final int spanCount;
|
||||
private final int spacing;
|
||||
private final boolean includeEdge;
|
||||
|
||||
public GridItemDecoration(int spanCount, int spacing, boolean includeEdge) {
|
||||
this.spanCount = spanCount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue