mirror of
https://github.com/gsantner/dandelion
synced 2024-11-05 12:06:01 +01:00
13 lines
473 B
XML
13 lines
473 B
XML
|
<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="ar.com.tristeslostrestigres.diasporanativewebapp.PodsActivity">
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/reload"
|
||
|
android:title="@string/reload"
|
||
|
android:icon="@drawable/ic_sync_white_24dp"
|
||
|
android:orderInCategory="100"
|
||
|
app:showAsAction="ifRoom" />
|
||
|
</menu>
|