前提・実現したいこと
ただ、ConstraintLayout内で、テキストViewをつまんで動かしたいだけです。
それなのに、左上に強制的にもどされて、エラーコメントが発生してしまいます。
発生している問題・エラーメッセージ
エラーメッセージ This view is not constrained. It only has designtime positions, so it will jump to (0,0) at runtime unless you add the constraints The layout editor allows you to place widgets anywhere on the canvas, and it records the current position with designtime attributes (such as layout_editor_absoluteX). These attributes are not applied at runtime, so if you push your layout on a device, the widgets may appear in a different location than shown in the editor. To fix this, make sure a widget has both horizontal and vertical constraints by dragging from the edge connections. ### 該当のソースコード ただ、テキストViewを張り付けただけです。 ### 試したこと 再度、まっさらにしてやり直しをしましたが、強制的に左上に戻される現象が残ります。 ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。