anotherim/src/main/res/menu/activity_publish_profile_picture.xml

10 lines
309 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_delete_avatar"
android:title="@string/delete_avatar"
app:showAsAction="never" />
</menu>