1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2024-09-20 10:07:29 +00:00
BarInsta/app/src/main/res/menu/feed_menu.xml

14 lines
493 B
XML
Raw Normal View History

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">
<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"
app:showAsAction="always" />
2020-10-17 10:07:03 +00:00
<item
android:id="@+id/layout"
android:title="@string/layout"
2020-10-17 10:07:03 +00:00
app:showAsAction="never" />
</menu>