fix hyb1996-guest/AutoJsIssueReport#1341 and replace JavaAdapter to ProxyObject in ui module to avoid compilation to class file
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<com.stardust.scriptdroid.external.floating_window.menu.layout_inspector.view.NodeInfoView
|
||||
<com.stardust.scriptdroid.external.floatingwindow.menu.layout_inspector.view.NodeInfoView
|
||||
android:id="@+id/node_info"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="#ffffff"/>
|
||||
|
||||
<com.stardust.scriptdroid.external.floating_window.menu.layout_inspector.view.LayoutHierarchyView
|
||||
<com.stardust.scriptdroid.external.floatingwindow.menu.layout_inspector.view.LayoutHierarchyView
|
||||
android:id="@+id/bounds_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
5
app/src/main/res/raw/annunciation.md
Normal file
5
app/src/main/res/raw/annunciation.md
Normal file
@@ -0,0 +1,5 @@
|
||||
**本软件为免费软件!**
|
||||
|
||||
如果你是从任何地方购买的~那么您很可能已经上当了Σ(っ°Д°;)っ并且这些非官方渠道的软件的安全性无法保证。
|
||||
|
||||
另外本软件是开源的,在一定程度上保证了软件本身的安全性,您可以在关于页面查看GitHub上的[项目](https://github.com/hyb1996/NoRootScriptDroid)(欢迎Star~)
|
||||
@@ -182,6 +182,8 @@
|
||||
<string name="text_connected">已连接</string>
|
||||
<string name="text_disconnected">已断开连接</string>
|
||||
<string name="text_server_address">服务器地址</string>
|
||||
<string name="text_annunciation">声明</string>
|
||||
<string name="text_about_me_and_repo">关于项目与开发者</string>
|
||||
|
||||
<string-array name="record_control_keys">
|
||||
<item>无</item>
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
|
||||
<Preference android:title="@string/text_issue_report"/>
|
||||
|
||||
<Preference android:title="@string/text_about"/>
|
||||
<Preference android:title="@string/text_about_me_and_repo"/>
|
||||
|
||||
<Preference android:title="@string/text_licenses"/>
|
||||
</com.stardust.theme.preference.ThemeColorPreferenceCategory>
|
||||
|
||||
Reference in New Issue
Block a user