mirror of
https://github.com/gsantner/dandelion
synced 2024-11-15 17:02:10 +01:00
12 lines
389 B
XML
12 lines
389 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/action_reload"
|
||
|
android:icon="@drawable/ic_refresh_white_48px"
|
||
|
app:showAsAction="always"
|
||
|
android:orderInCategory="1000"
|
||
|
android:title="@string/reload"/>
|
||
|
|
||
|
</menu>
|