mirror of
https://github.com/a-mayb3/KanbanCloneAndroid.git
synced 2026-03-21 18:15:38 +01:00
Added more necessary endpoints to ApiService.kt
This commit is contained in:
parent
a8f9a69d58
commit
e4280f0490
3 changed files with 36 additions and 4 deletions
10
app/src/main/res/values/arrays.xml
Normal file
10
app/src/main/res/values/arrays.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string-array name="task_status_options">
|
||||
<item>Pending</item>
|
||||
<item>In progress</item>
|
||||
<item>Completed</item>
|
||||
<item>Stashed</item>
|
||||
<item>Failed</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue