Files
AndroidChart/hellocharts-android/hellocharts-samples/res/menu/main.xml
T
2026-07-03 15:56:07 +08:00

12 lines
413 B
XML

<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.MainActivity" >
<item
android:id="@+id/action_about"
android:orderInCategory="100"
app:showAsAction="never"
android:title="@string/action_about"/>
</menu>