mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-29 12:09:49 +08:00
15 lines
348 B
XML
15 lines
348 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:id="@+id/item_settings"
|
|
android:title="Settings"/>
|
|
|
|
<item
|
|
android:id="@+id/item_about"
|
|
android:title="@string/item_about"/>
|
|
|
|
</menu>
|
|
|