mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
1823135573
gitignore eclipse .metadata
10 lines
406 B
XML
10 lines
406 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<item android:id="@+id/poi1" android:title="Set POI"></item>
|
|
<item android:id="@+id/poi2" android:title="Set FollowMe POI"></item>
|
|
<item android:id="@+id/view1" android:title="View Satellite images"></item>
|
|
<item android:id="@+id/view2" android:title="View Map"></item>
|
|
|
|
|
|
</menu>
|