Subversion Repositories SmartDukaan

Rev

Rev 21481 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
21481 rajender 1
<menu xmlns:android="http://schemas.android.com/apk/res/android"
2
    xmlns:app="http://schemas.android.com/apk/res-auto"
3
    xmlns:tools="http://schemas.android.com/tools"
4
    tools:context="com.saholic.profittill.main.MainActivity">
5
 
6
 
7
<group android:id="@+id/overflowMenu">
8
    <item android:id="@+id/action_settings"
9
        android:title="Sign Out"
10
        ></item>
11
</group>
12
</menu>
13