mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-12 17:57:29 +00:00
12 lines
408 B
XML
12 lines
408 B
XML
|
<?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/favourites"
|
||
|
android:enabled="true"
|
||
|
android:icon="@drawable/ic_star_24"
|
||
|
android:title="@string/title_favorites"
|
||
|
android:visible="false"
|
||
|
app:showAsAction="ifRoom" />
|
||
|
|
||
|
</menu>
|