This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
SnipIt/res/menu/edit_profile.xml
djwesty b692a0d8c9 Snip It
Latest, and last version of Snip It, formerly SnipTease
2014-10-29 13:37:13 -07:00

12 lines
351 B
XML

<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context="com.example.sniptease.EditProfileActivity" >
<item
android:id="@+id/edit_profile_save"
android:orderInCategory="100"
android:showAsAction="ifRoom"
android:title="Save"/>
</menu>