mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-11 19:45:01 -05:00
6 lines
217 B
XML
6 lines
217 B
XML
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item
|
||
|
android:id="@+id/add"
|
||
|
android:title="@string/add_server_menu"
|
||
|
android:icon="@android:drawable/ic_menu_add" />
|
||
|
</menu>
|