2014-08-19 15:37:44 +09:30
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_next"
|
2015-04-14 16:53:48 -04:00
|
|
|
android:title="@string/next"
|
|
|
|
android:titleCondensed="@string/next"/>
|
2014-08-19 15:37:44 +09:30
|
|
|
|
|
|
|
<!-- Currently in a style, but that style probably wont work on 8 -> 11 devices -->
|
|
|
|
<!--android:drawable="@drawable/swap_action_button_skin"-->
|
|
|
|
|
|
|
|
</menu>
|