refactor(autojs): move inputevent to package core

This commit is contained in:
hyb1996
2017-08-06 14:40:02 +08:00
parent 9174a77676
commit 5ee99b5379
65 changed files with 382 additions and 588 deletions

View File

@@ -7,6 +7,12 @@
<attr name="icon_color" format="color|reference"/>
</declare-styleable>
<declare-styleable name="PrefSwitch">
<attr name="key" format="string|reference"/>
<attr name="defaultValue" format="boolean"/>
</declare-styleable>
<declare-styleable name="MaterialEditText">
<attr name="met_baseColor" format="color"/>

View File

@@ -216,6 +216,7 @@
<string name="text_edit_script">编辑脚本</string>
<string name="text_run_script">运行脚本</string>
<string name="text_import_script">导入脚本文件</string>
<string name="key_record_with_root">key_record_with_root</string>
<string-array name="record_control_keys">
@@ -235,11 +236,13 @@
<string-array name="ad_showing_mode_keys">
<item>默认</item>
<item>每天显示一次</item>
<item>关闭广告(╥﹏╥)</item>
</string-array>
<string-array name="ad_showing_mode_values">
<item>Default</item>
<item>OncePerDay</item>
<item>Off</item>
</string-array>
</resources>