aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/home_screen.xml
blob: cf4b03a088dcfd58a69e69d18e4b3f0a0f2dd8a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
<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="org.rssin.android.HomeScreenActivity">
    <item android:id="@+id/action_example" android:title="@string/action_example"
        app:showAsAction="withText|ifRoom" />
    <item android:id="@+id/action_settings" android:title="@string/action_settings"
        android:orderInCategory="100" app:showAsAction="never" />
</menu>