BobStore/F-Droid/res/menu/swap_next.xml

11 lines
362 B
XML
Raw Normal View History

<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>