Enable running JS from debug interface
This commit is contained in:
@ -52,8 +52,18 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_weight="1"
|
||||
android:imeActionLabel="@string/debug_run"
|
||||
android:imeOptions="actionGo"
|
||||
android:inputType="textNoSuggestions"/>
|
||||
android:inputType="textMultiLine|textNoSuggestions"
|
||||
android:lines="1"/>
|
||||
|
||||
<ImageButton
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:background="@android:color/transparent"
|
||||
android:contentDescription="@string/debug_run"
|
||||
android:onClick="onBtnRunCodeClick"
|
||||
android:src="@android:drawable/ic_menu_send"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
<string name="app_name">IITC Mobile</string>
|
||||
<string name="toggle_map">Toggle map visibility</string>
|
||||
<string name="debug_run">Run</string>
|
||||
<string name="activity_settings">IITC Mobile Settings</string>
|
||||
<string name="activity_plugins">IITC Plugins</string>
|
||||
<string name="activity_share">Share using…</string>
|
||||
|
Reference in New Issue
Block a user