Subversion Repositories SmartDukaan

Rev

Rev 22136 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22136 Rev 22838
Line 1... Line 1...
1
<menu xmlns:android="http://schemas.android.com/apk/res/android"
1
<menu xmlns:android="http://schemas.android.com/apk/res/android"
2
    xmlns:app="http://schemas.android.com/apk/res-auto"
2
    xmlns:app="http://schemas.android.com/apk/res-auto"
3
    xmlns:tools="http://schemas.android.com/tools"
3
    xmlns:tools="http://schemas.android.com/tools"
4
    tools:context="com.saholic.profittill.main.MainActivity">
4
    tools:context="com.saholic.profittill.main.MainActivity">
5
 
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>
6
</menu>
13
 
7