
Inline text is not translatable, it is important to heed the lint warnings about: Hardcoded string "Swap success!", should use @string resource
11 lines
362 B
XML
11 lines
362 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"/>
|
|
|
|
<!-- Currently in a style, but that style probably wont work on 8 -> 11 devices -->
|
|
<!--android:drawable="@drawable/swap_action_button_skin"-->
|
|
|
|
</menu> |