mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-28 09:56:15 +00:00
14 lines
475 B
XML
14 lines
475 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="com.habitrpg.android.habitica.TaskActivity">
|
||
|
|
|
||
|
|
<item
|
||
|
|
android:id="@+id/action_leave"
|
||
|
|
android:icon="@drawable/leave_light"
|
||
|
|
android:title="@string/leave"
|
||
|
|
app:showAsAction="always"
|
||
|
|
android:actionViewClass="android.widget.ImageButton"/>
|
||
|
|
|
||
|
|
</menu>
|