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:
12
mobile/res/menu/plugins.xml
Normal file
12
mobile/res/menu/plugins.xml
Normal 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>
|
Reference in New Issue
Block a user