refactor: rename package name to 'org.autojs.autojs'
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user