Android app in Kotlin + IntelliJ: my view object will not completely fill itself in paint unsure on solution
See below for code block, I have a view object which is supposed to get the values of the grids size then draw a rectangle and colour it blue, then draw circles at certain points in the rectangle, while it does draw as so, it doesnt fill up the view object’s size I have created which covers the whole screen, instead it stops when the circle quota has been met, I want it to fill the view object with the rectangle and circles