Reporting statuses is now possible!
This commit is contained in:
parent
0a32c58801
commit
4b8573a82f
15 changed files with 273 additions and 6 deletions
5
app/src/main/res/drawable/border_background_dark.xml
Normal file
5
app/src/main/res/drawable/border_background_dark.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="3dp" />
|
||||
<stroke android:color="#ffffffff" android:width="1dp" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue