mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-08 11:02:54 +00:00
Can update the content of a post.
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!-- Update the content of the post -->
|
||||
<item
|
||||
android:id="@+id/action_edit_post"
|
||||
android:title="@string/action_edit_post" />
|
||||
|
||||
<!-- Delete the post -->
|
||||
<item
|
||||
android:id="@+id/action_delete"
|
||||
|
Reference in New Issue
Block a user