* refactor: move library dynamic layout inflater to autojs module

* fix: ScriptExecuteActivity memory leak
* fix: InterruptedException on script exit event
This commit is contained in:
hyb1996
2018-01-04 16:22:38 +08:00
parent 7145faa533
commit 2d287f720c
38 changed files with 2677 additions and 59 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<DatePicker xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:datePickerMode="spinner">
</DatePicker>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<TimePicker xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:timePickerMode="spinner">
</TimePicker>