add: javascript support

This commit is contained in:
hyb1996
2017-01-27 19:45:07 +08:00
parent 307dbe8859
commit c6fd10c7f9
60 changed files with 1352 additions and 1126 deletions

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -78,7 +78,7 @@
android:layout_width="60dp"
android:layout_height="60dp"
android:padding="10dp"
android:src="@drawable/sdcard_icon_black"/>
android:src="@drawable/ic_sdcard_black"/>
<TextView
android:layout_width="match_parent"

View File

@@ -17,7 +17,7 @@
android:layout_centerVertical="true"
android:contentDescription="@string/app_name"
android:scaleType="fitCenter"
android:src="@drawable/robot_icon_green"/>
android:src="@drawable/ic_robot_green"/>
<LinearLayout
android:layout_width="match_parent"
@@ -81,7 +81,7 @@
android:layout_height="20dp"
android:layout_gravity="center"
android:contentDescription="@string/app_name"
android:src="@drawable/navigation_show_more_vertical_512"/>
android:src="@drawable/ic_navigation_show_more_vertical_512"/>
</FrameLayout>

View File

@@ -1,5 +1,5 @@
<resources>
<string name="app_name">免Root脚本精灵</string>
<string name="app_name">免Root脚本机器人</string>
<string name="action_settings">设置</string>
<string name="action_disable_service">关闭服务</string>
<string name="text_accesibility_service_description">略略略</string>