added 'add external plugin' button to IITC plugins preference. ensures that the scripts are always copied to the correct folder.

This commit is contained in:
Philipp Schaefer
2014-02-12 14:53:31 +01:00
parent 5e723ca328
commit 2054b5f790
8 changed files with 93 additions and 10 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/menu_plugins_add"
android:icon="@drawable/ic_action_new"
android:orderInCategory="10"
android:showAsAction="ifRoom|collapseActionView"
android:title="@string/menu_plugins_add"/>
</menu>