Problems with ConstraintLayout - ImageView 16:9 inappropriate top margin

前端 未结 5 507
鱼传尺愫
鱼传尺愫 2021-01-29 01:00

I want to build the following layout using ConstraintLayout:

I use this source for layout:


<         


        
5条回答
  •  自闭症患者
    2021-01-29 01:42

    I need to get rid of this top margin

    For this,just Remove this line

    app:layout_constraintBottom_toTopOf="@+id/textView1"
    

    from your ImageView

提交回复
热议问题