mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
7 lines
240 B
XML
7 lines
240 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:id="@+id/menu_settings"
|
|
android:title="@string/menu_settings"
|
|
android:orderInCategory="100"
|
|
android:showAsAction="never" />
|
|
</menu>
|