refactor: move package console to package core
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
|
||||
<com.stardust.autojs.runtime.console.ConsoleView
|
||||
<com.stardust.autojs.core.console.ConsoleView
|
||||
android:id="@+id/console"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<com.stardust.autojs.runtime.console.ConsoleView
|
||||
<com.stardust.autojs.core.console.ConsoleView
|
||||
android:id="@+id/console"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
android:textSize="16sp"/>
|
||||
</FrameLayout>
|
||||
|
||||
<com.stardust.autojs.runtime.console.ConsoleView
|
||||
<com.stardust.autojs.core.console.ConsoleView
|
||||
android:id="@+id/console"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user