mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-13 14:02:50 +01:00
19 lines
766 B
XML
19 lines
766 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"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:context="ml.docilealligator.infinityforreddit.MainActivity">
|
|
<item
|
|
android:id="@+id/action_refresh_main_activity"
|
|
android:orderInCategory="2"
|
|
android:title="@string/action_refresh"
|
|
android:icon="@drawable/ic_refresh_white_24dp"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/action_search_main_activity"
|
|
android:orderInCategory="1"
|
|
android:title="@string/action_search"
|
|
android:icon="@drawable/ic_search_white_24dp"
|
|
app:showAsAction="always" />
|
|
</menu> |