如何创建具有半曲线形状的图像?
how create an image with half curved shape?
我想创建这样的图像
如何实现?
Try this one
<developer.shivam.crescento.CrescentoImageView
android:id="@+id/crescentoImageView"
android:layout_width="match_parent"
android:layout_marginLeft="100dp"
android:layout_height="300dp"
android:layout_alignParentTop="true"
android:elevation="5dp"
android:scaleType="centerCrop"
app:srcCompat="@drawable/bike_wallpaper"
app:crescentoTintMode="manual"
app:curvature="50dp"
android:rotation="90"
app:curvatureDirection="outward"
/>
我想创建这样的图像
如何实现?
Try this one
<developer.shivam.crescento.CrescentoImageView
android:id="@+id/crescentoImageView"
android:layout_width="match_parent"
android:layout_marginLeft="100dp"
android:layout_height="300dp"
android:layout_alignParentTop="true"
android:elevation="5dp"
android:scaleType="centerCrop"
app:srcCompat="@drawable/bike_wallpaper"
app:crescentoTintMode="manual"
app:curvature="50dp"
android:rotation="90"
app:curvatureDirection="outward"
/>