I want to build the following layout using ConstraintLayout:
I use this source for layout:
<
I need to get rid of this top margin
For this,just Remove this line
app:layout_constraintBottom_toTopOf="@+id/textView1"
from your ImageView
ImageView