Add: tasker plugin support, injectable webview
This commit is contained in:
13
app/src/main/res/layout/activity_tasker_edit.xml
Normal file
13
app/src/main/res/layout/activity_tasker_edit.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.stardust.scriptdroid.ui.main.my_script_list.ScriptAndFolderListRecyclerView
|
||||
android:id="@+id/script_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#fafafa"/>
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user