I’m trying to:
<corners
android:bottomRightRadius="0dp"
android:bottomLeftRadius="0dp"
android:topLeftRadius="10dp"
android:topRightRadius="10dp"/>
No corners-radius.
<corners
android:bottomRightRadius="1dp"
android:bottomLeftRadius="1dp"
android:topLeftRadius="10dp"
android:topRightRadius="10dp"/>
All corners-radius == 10dp.
Is it possible & how to specify corners: 10dp (lefttop) 10dp (righttop) 0 0 (bottom)?
try the above code it set the topleft and topright corner to 5 DP