aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/home_screen.xml
blob: a894d9270aa407ad161fe4e9a008bf48a3d5f3e8 (plain) (blame)
1
2
3
4
5
6
7
<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_settings" android:title="@string/action_settings"
        android:orderInCategory="100" app:showAsAction="ifRoom" />
</menu>