mirror of
https://github.com/gsantner/dandelion
synced 2024-11-05 03:56:01 +01:00
12 lines
449 B
XML
12 lines
449 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=".activity.PodSelectionActivity">
|
|
|
|
<item
|
|
android:id="@+id/action_reload"
|
|
android:icon="@drawable/ic_sync_white_24dp"
|
|
android:orderInCategory="100"
|
|
android:title="@string/reload"
|
|
app:showAsAction="ifRoom" />
|
|
</menu>
|