11 lines
346 B
XML
11 lines
346 B
XML
![]() |
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/action_next"
|
||
|
android:title="Next"
|
||
|
android:titleCondensed="Next"/>
|
||
|
|
||
|
<!-- Currently in a style, but that style probably wont work on 8 -> 11 devices -->
|
||
|
<!--android:drawable="@drawable/swap_action_button_skin"-->
|
||
|
|
||
|
</menu>
|