mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 11:58:09 +00:00
9 lines
No EOL
249 B
XML
9 lines
No EOL
249 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:id="@+id/menu_settings"
|
|
android:orderInCategory="100"
|
|
android:showAsAction="never"
|
|
android:title="@string/menu_settings"/>
|
|
|
|
</menu> |