v1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@android:color/white" />
|
||||
<corners android:radius="5dp" />
|
||||
<stroke
|
||||
android:width="0.8dp"
|
||||
android:color="@color/primary" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user