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/values/ids.xml | |
Initial commit
Diffstat (limited to 'Realisation_vol/App/app/src/main/res/values/ids.xml')
| -rw-r--r-- | Realisation_vol/App/app/src/main/res/values/ids.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Realisation_vol/App/app/src/main/res/values/ids.xml b/Realisation_vol/App/app/src/main/res/values/ids.xml new file mode 100644 index 0000000..eb9b444 --- /dev/null +++ b/Realisation_vol/App/app/src/main/res/values/ids.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <item type="id" name="button_pause"></item>
+ <item type="id" name="button_stop"></item>
+ <item type="id" name="button_Main_start"></item>
+ <item type="id" name="button_work_start"></item>
+ <item type="id" name="button_work_load"></item>
+</resources>
\ No newline at end of file |
