mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 12:01:35 +00:00
saved viewer
This commit is contained in:
parent
71402cd164
commit
69b0fb162a
30 changed files with 504 additions and 58 deletions
9
app/src/main/res/menu/saved.xml
Executable file
9
app/src/main/res/menu/saved.xml
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
<?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/downloadAction"
|
||||
android:icon="@drawable/ic_download"
|
||||
app:showAsAction="always|collapseActionView" />
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue