Skip to content
Snippets Groups Projects
Select Git revision
  • 2a8e85930ef283fe2e87ec604da43db8c3c29d62
  • master default
2 results

menu_scrolling.xml

Blame
  • menu_scrolling.xml 426 B
    <menu xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        xmlns:tools="http://schemas.android.com/tools"
        tools:context="com.example.srinivasan.database2.ScrollingActivity">
        <item
            android:id="@+id/action_settings"
            android:orderInCategory="100"
            android:title="@string/action_settings"
            app:showAsAction="never" />
    </menu>