shape_round15dp_80black.xml 297 Bytes RawBlameHistoryPermalink 1 2 3 4 5 <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="@color/black_80"/> <corners android:topLeftRadius="15dp" android:topRightRadius="0dp" android:bottomLeftRadius="15dp" android:bottomRightRadius="0dp" /> </shape>