Work progress on comments update.

This commit is contained in:
Pierre
2018-03-18 14:24:16 +01:00
parent 5c6a38b49c
commit 066805df27
7 changed files with 88 additions and 6 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Delete comment -->
<item
android:id="@+id/action_delete"
android:title="@string/action_delete_comment" />
</menu>