Files
RiskAhead-Android/app/src/main/res/menu/menu_reportwf.xml
Dennis Thiessen b79b5d7f3f Changed Rest-Calls to new API,
Many bugfixes and some improvements (especially on the map),
Some minor design changes,
Removed MainActivity from Menu
2017-05-28 00:02:10 +02:00

11 lines
379 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_input_delete"
app:showAsAction="always"
android:title="@string/lbl_reportwf_newreport" />
</menu>