refactor: move package console to package core

This commit is contained in:
hyb1996
2017-10-22 18:40:54 +08:00
parent 38740657b8
commit e301e5952c
12 changed files with 15 additions and 23 deletions

View File

@@ -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"/>

View File

@@ -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"

View File

@@ -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"