1
0

More than 3 years have passed since last update.

【Android】this view is not constrained horizontally ...

Posted at
  • constraintlayoutを使用した時にたまに見るエラーメッセージ
  • 「水平制約、垂直制約をつけてください」という意味
  • 下記を追加してあげればOK
hoge.xml
app:layout_constraintLeft_toLeftOf="parent"
        app:layout_constraintRight_toRightOf="parent"
        app:layout_constraintTop_toTopOf="parent"
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0