profile.xml 267 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">

    <item
        android:id="@+id/action_profile"
        android:icon="@drawable/ic_check_white_24dp"
        android:title="@string/action_update" />

</menu>