mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-13 17:51:57 +00:00
5 lines
270 B
XML
5 lines
270 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<item android:id="@+id/open_profile" android:title="@string/profile"
|
|
android:orderInCategory="100" app:showAsAction="always" />
|
|
</menu>
|