Check status before nominating for deletion

This commit is contained in:
Suchit Kar 2018-03-19 23:20:46 +05:30
parent 9a27f9c332
commit e42c6feba4
8 changed files with 101 additions and 50 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/deleteButtonColor"/>
<corners android:radius="3dp" />
<stroke android:width="5px" android:color="@color/deleteBackgroundColor" />
</shape>