how to make image view with three corner and shadow
问题 How to make an image with only three corners like this I tried using frame layout the insert image view and make it's resource with original image the add another image view with src of border that has 3 corner bu it doesn't work 回答1: With the Material Components library you can use the MaterialShapeDrawable . Just use something like: <com.google.android.material.imageview.ShapeableImageView app:shapeAppearanceOverlay="@style/onlyonecorner" app:srcCompat="@drawable/xxx" ../> with: <style name