
This makes it a lot easier to setup all the testing stuff. Mostly, I'm tired of fighting Android Studio's fragility, so I want to remove as much non-standardness as possible in the hopes of improving that situation. closes #534 https://gitlab.com/fdroid/fdroidclient/issues/534
12 lines
418 B
XML
12 lines
418 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:id="@+id/action_next"
|
|
android:icon="@drawable/ic_arrow_forward_white"
|
|
android:title="@string/skip"
|
|
android:titleCondensed="@string/skip"/>
|
|
|
|
<!-- Currently in a style, but that style probably wont work on 8 -> 11 devices -->
|
|
<!--android:drawable="@drawable/swap_action_button_skin"-->
|
|
|
|
</menu> |