refactor: rename package name to 'org.autojs.autojs'

This commit is contained in:
hyb1996
2018-05-25 13:19:53 +08:00
parent b81db30f3f
commit 7839bc6813
244 changed files with 787 additions and 843 deletions

View File

@@ -5,16 +5,16 @@
android:layout_height="match_parent">
<com.stardust.theme.widget.ThemeColorSwipeRefreshLayout
<org.autojs.autojs.theme.widget.ThemeColorSwipeRefreshLayout
android:id="@+id/swipe_refresh_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.stardust.scriptdroid.ui.widget.NestedWebView
<org.autojs.autojs.ui.widget.NestedWebView
android:id="@+id/web_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</com.stardust.theme.widget.ThemeColorSwipeRefreshLayout>
</org.autojs.autojs.theme.widget.ThemeColorSwipeRefreshLayout>
<ProgressBar
android:id="@+id/progress_bar"