diff options
| author | Gaspard Coulet <gaspard.coulet@mines-ales.org> | 2021-04-28 23:08:21 +0200 |
|---|---|---|
| committer | Gaspard Coulet <gaspard.coulet@mines-ales.org> | 2021-04-28 23:08:21 +0200 |
| commit | 20f3a92f1c5ddecb565634237e33b321e846ad5d (patch) | |
| tree | 1de4cea19d6bf2768a212c1e3c030bdb05a39544 /Realisation_vol/App/app/src/main/res/menu | |
Initial commit
Diffstat (limited to 'Realisation_vol/App/app/src/main/res/menu')
| -rw-r--r-- | Realisation_vol/App/app/src/main/res/menu/popup_menu.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Realisation_vol/App/app/src/main/res/menu/popup_menu.xml b/Realisation_vol/App/app/src/main/res/menu/popup_menu.xml new file mode 100644 index 0000000..892c2ad --- /dev/null +++ b/Realisation_vol/App/app/src/main/res/menu/popup_menu.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> + <item + android:id="@+id/addP" + android:title="Add Point" /> + <item + android:id="@+id/cancel" + android:title="Cancel"/> + +</menu>
\ No newline at end of file |
