Subversion Repositories SmartDukaan

Rev

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

Rev 21481 Rev 22136
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" tools:context=".SplashScreen">
3
    xmlns:tools="http://schemas.android.com/tools" tools:context=".SplashScreen">
4
    <item android:id="@+id/action_settings" android:title="@string/action_settings"
4
   <!-- <item android:id="@+id/action_settings" android:title="@string/action_settings"
5
        android:orderInCategory="100" app:showAsAction="never" />
5
        android:orderInCategory="100" app:showAsAction="never" /> -->
-
 
6
 
6
</menu>
7
</menu>
7
8