mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-27 17:33:22 +00:00
8 lines
290 B
XML
8 lines
290 B
XML
|
|
<?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/share_avatar"
|
||
|
|
android:title="@string/share_avatar"
|
||
|
|
app:showAsAction="never"/>
|
||
|
|
</menu>
|