mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-13 14:02:50 +01:00
12 lines
529 B
XML
12 lines
529 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="1"
|
||
|
android:title="@string/action_refresh"
|
||
|
android:icon="@drawable/ic_refresh_white_24dp"
|
||
|
app:showAsAction="always" />
|
||
|
</menu>
|