menu_home_screen.xml 389 Bytes
Newer Older
1 2 3
<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"
4
    tools:context="com.example.pearlsantos.project.About">
5 6 7
    <item android:id="@+id/action_settings" android:title="@string/action_settings"
        android:orderInCategory="100" app:showAsAction="never" />
</menu>