Display post actions context menu.

This commit is contained in:
Pierre
2018-03-25 09:56:09 +02:00
parent f8e2eefe68
commit 7a2177a45c
8 changed files with 91 additions and 8 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Delete the post -->
<item
android:id="@+id/action_delete"
android:title="@string/action_delete_post"/>
</menu>