You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
633 B

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_reload_newsfeed"
android:orderInCategory="100"
android:title="Reload newsfeed"
app:showAsAction="never"
android:visible="true"
tools:ignore="HardcodedText" />
<item
android:id="@+id/action_settings"
android:orderInCategory="101"
android:title="@string/action_settings"
android:visible="true" />
</menu>