mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 12:01:35 +00:00
wip: archive and feed stories as a list
This commit is contained in:
parent
2cc8a6e6b0
commit
6e4fa9fdbf
20 changed files with 579 additions and 15 deletions
|
|
@ -1,6 +1,11 @@
|
|||
<?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"
|
||||
app:showAsAction="always" />
|
||||
<item
|
||||
android:id="@+id/layout"
|
||||
android:title="@string/layout"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue