mirror of
https://github.com/gsantner/dandelion
synced 2025-09-10 02:39:43 +02:00
20 lines
693 B
XML
20 lines
693 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=".MainActivity">
|
|
|
|
<item
|
|
android:id="@+id/action_reload"
|
|
android:icon="@drawable/ic_sync_white_24dp"
|
|
android:title="@string/reload"
|
|
android:orderInCategory="109"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
<!--<item-->
|
|
<!--android:id="@+id/exit_app"-->
|
|
<!--android:title="@string/exit_app"-->
|
|
<!--android:orderInCategory="110"-->
|
|
<!--android:icon="@drawable/ic_exit_to_app_white_24dp"-->
|
|
<!--app:showAsAction="always" />-->
|
|
|
|
|
|
</menu>
|