This commit is contained in:
coco
2026-07-03 15:56:07 +08:00
commit caef23209c
5767 changed files with 1004268 additions and 0 deletions
@@ -0,0 +1,17 @@
<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"
tools:context="lecho.lib.hellocharts.samples.TempoChartActivity" >
<item
android:id="@+id/action_tempo"
android:orderInCategory="100"
android:title="Tempo/Height"
app:showAsAction="never"/>
<item
android:id="@+id/action_speed"
android:orderInCategory="100"
android:title="Speed/Height"
app:showAsAction="never"/>
</menu>