mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-08 11:02:54 +00:00
Work progress on comments update.
This commit is contained in:
10
app/src/main/res/menu/menu_comments_actions.xml
Normal file
10
app/src/main/res/menu/menu_comments_actions.xml
Normal 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>
|
Reference in New Issue
Block a user