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