Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Original layout XML file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
…>
</LinearLayout>
Layout XML file with Dragon Medical SpeechKit code added
<?xml version="1.0" encoding="utf-8"?>
<com.nuance.speechanywhere.VuiController
xmlns:android="<http://schemas.android.com/apk/res/android>"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@\+id/vuicontroller">
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
…>
</LinearLayout>
</com.nuance.speechanywhere.VuiController>