
Fixes #240. To make this easier, I added a script to aid in downloading icons. Checkout F-Droid/tools/download-material-icon.sh for more details. The icons are licensed under the CCv4 attribution license, which I added a shout out to under "License" in the README.md.
14 lines
408 B
XML
14 lines
408 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"/>
|
|
|
|
<item
|
|
android:id="@+id/action_search"
|
|
android:icon="@drawable/ic_search_white"
|
|
android:title="@string/menu_search"
|
|
android:titleCondensed="@string/menu_search"/>
|
|
|
|
</menu> |