mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Check status before nominating for deletion
This commit is contained in:
parent
9a27f9c332
commit
e42c6feba4
8 changed files with 101 additions and 50 deletions
7
app/src/main/res/drawable/bg_delete_button.xml
Normal file
7
app/src/main/res/drawable/bg_delete_button.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue