mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-03 11:24:10 +01:00
f3dd96ed1d
rate. Right now seem to have a bug when going into the same widget twice it crashes teh second time.
9 lines
298 B
XML
9 lines
298 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:id="@+id/menuItemProgress"
|
|
android:title="Progress"
|
|
android:actionLayout="@layout/telemetry_stats"
|
|
android:showAsAction="always" />
|
|
|
|
</menu> |