BobStore/F-Droid/res/menu/manage_repo_context.xml
Peter Serwylo a345788dba Added material icons from CC licensed "Google material icons" set.
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.
2015-06-15 21:19:14 +02:00

15 lines
388 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/edit_repo"
android:title="@string/edit"
android:icon="@drawable/ic_edit_white" />
<item
android:id="@+id/delete_repo"
android:title="@string/delete"
android:icon="@drawable/ic_delete_white" />
</menu>