I'm trying to create a menu screen something like this:
Tomakethiscutdiagonally,Imadethisimagetostayontopofthebackground:
However,inAndroidStudio,Icannotscaletheimagetofilltherequiredspaceonthescreen,I'musingConstraintLayoutandtryingtoenlargetheimage,evenwitha>highresolutionitlookslikethis:
Itdoesnotincreaseright,I'vealreadytriedtotweakvarioussettingslike:ScaleType,AdjustViewBounds,cropToPadding,I'malldaybehinditNothingsofar
FollowherXMLcode:
<ImageViewandroid:id="@+id/imageView"
android:layout_width="616dp"
android:layout_height="449dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:srcCompat="@mipmap/ic_diag" />