We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fd2da commit ab36054Copy full SHA for ab36054
packages/ui-canvas/platforms/android/java/com/akylas/canvas/CanvasView.java
@@ -4,7 +4,7 @@
4
import android.view.View;
5
import android.graphics.Canvas;
6
7
-public class CanvasView extends View {
+public class CanvasView extends org.nativescript.widgets.GridLayout {
8
public SizeChangedListener sizeChangedListener = null;
9
public DrawListener drawListener = null;
10
0 commit comments