mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-07-01 21:05:46 +08:00
16 lines
429 B
XML
16 lines
429 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item android:title="Develop">
|
|
<menu >
|
|
<item
|
|
android:id="@+id/item_testappcrash"
|
|
android:title="TestAppCrash"/>
|
|
<item
|
|
android:id="@+id/item_log"
|
|
android:title="Log"/>
|
|
</menu>
|
|
</item>
|
|
</menu>
|