Files
RiskAhead-API/app/src/main/res/menu/menu_reportwf.xml

11 lines
378 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">
<item android:id="@+id/menu_btn_gotostart"
android:icon="@android:drawable/ic_menu_revert"
app:showAsAction="always"
android:title="@string/lbl_reportwf_newreport" />
</menu>