
Inline text is not translatable, it is important to heed the lint warnings about: Hardcoded string "Swap success!", should use @string resource
14 lines
415 B
XML
14 lines
415 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:id="@+id/action_next"
|
|
android:title="@string/next"
|
|
android:titleCondensed="@string/next"/>
|
|
|
|
<item
|
|
android:id="@+id/action_search"
|
|
android:icon="@android:drawable/ic_menu_search"
|
|
android:title="@string/menu_search"
|
|
android:titleCondensed="@string/menu_search"/>
|
|
|
|
</menu> |