mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 08:21:35 +00:00
Add delete option in post view. Fixes 1 part of https://github.com/austinhuang0131/barinsta/issues/289
This commit is contained in:
parent
7b578e0462
commit
839e30a4e5
7 changed files with 162 additions and 16 deletions
|
|
@ -3,4 +3,7 @@
|
|||
<item
|
||||
android:id="@+id/edit_caption"
|
||||
android:title="@string/edit_caption" />
|
||||
<item
|
||||
android:id="@+id/delete"
|
||||
android:title="@string/delete" />
|
||||
</menu>
|
||||
|
|
@ -467,4 +467,5 @@
|
|||
<string name="generic_not_ok_response">Response status is not ok!</string>
|
||||
<string name="generic_failed_request">Request failed!</string>
|
||||
<string name="marked_as_seen">Marked as seen</string>
|
||||
<string name="delete_unsuccessful">Delete unsuccessful</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue