Subversion Repositories SmartDukaan

Rev

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

Rev 14792 Rev 19652
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
    <item android:id="@+id/action_notifications"
-
 
7
        android:title="Notifications"
-
 
8
        app:actionLayout="@layout/in_app_notification_view"
-
 
9
        android:icon="@drawable/in_app_notification"
-
 
10
        app:showAsAction="always"/>
6
 
11
 
7
<group android:id="@+id/overflowMenu">
12
<group android:id="@+id/overflowMenu">
8
    <item android:id="@+id/my_favorites" android:title="My Favorites"
13
    <item android:id="@+id/my_favorites" android:title="My Favorites"
9
        android:icon="@drawable/my_fav"/>
14
        android:icon="@drawable/my_fav"/>
10
 
15