2020-10-17 10:07:03 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2020-12-29 20:19:00 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/storyList"
|
|
|
|
android:icon="@drawable/ic_story_list"
|
|
|
|
android:title="@string/feed_stories"
|
2020-12-29 23:17:54 +00:00
|
|
|
android:visible="false"
|
2020-12-29 20:19:00 +00:00
|
|
|
app:showAsAction="always" />
|
2020-10-17 10:07:03 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/layout"
|
2020-10-27 11:33:21 +00:00
|
|
|
android:title="@string/layout"
|
2020-10-17 10:07:03 +00:00
|
|
|
app:showAsAction="never" />
|
|
|
|
</menu>
|