This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Commit e0e8a06
committed
[FIXED] Lint error despite having constraint
```
Errors found:
/home/circleci/code/app/src/main/res/layout/preview_positioning_circular.xml:41: Error: This view is not constrained. It only has designtime positions, so it will jump to (0,0) at runtime unless you add the constraints [MissingConstraints]
<TextView
~~~~~~~~
/home/circleci/code/app/src/main/res/layout/preview_positioning_circular.xml:52: Error: This view is not constrained. It only has designtime positions, so it will jump to (0,0) at runtime unless you add the constraints [MissingConstraints]
<TextView
~~~~~~~~
```layout_constraintCircle.1 parent 1644795 commit e0e8a06
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments