Android tells the Help prompt box about XML/HTML code [html] <stringnamestringname = "help_dialog_text"> <I> Author: fonter. yang </I> \ n <I> <ahrefahref = "http://www.iwidsets.comhttp: // www.iwidsets.com "> http://www.iwidsets.com </a> </I> \ n <I> AndTask-AndroidTaskManager </I> \ n Itisaneasy-tousetaskmanagementsoftware, packages/apps/services. \ n <B> Feature </B> \ n 1) SwitchandStopTasks/Processes/App S/Services \ n 2) ShowsMemoryInfoandAppsInfo \ n 3) UninstallApps </string> Java code [java] importandroid. app. alertDialog; importandroid. content. context; importandroid. view. view; importcom. iwidsets. task. manager. r; publicclassHelpDialogextendsAlertDialog {publicHelpDialog (Contextcontext) {super (context); finalViewview = getLayoutInflater (). inflate (R. layout. help_dialog, null); setButton (context. getText (R. st Ring. close), (OnClickListener) null); setIcon (R. drawable. icon); setTitle ("AndTaskversion:" + R. string. version); setView (view) ;}} XML/HTML code [html] <? Xmlversionxmlversion = "1.0" encoding = "UTF-8"?> <FrameLayoutxmlns: Connector: android = "http://schemas.android.com/apk/res/android" android: layout_width = "fill_parent" android: layout_height = "wrap_content"> <ScrollViewxmlns: androidScrollViewxmlns: android = "http://schemas.android.com/apk/res/android" android: layout_width = "fill_parent" android: layout_height = "fill_parent"> <TextViewandroid: layout_heightTextViewandroid: layout_height = "fill_parent" android: layout_width = "fill_parent" android: text = "@ string/help_dialog_text" android: padding = "6dip"/> </ScrollView> </FrameLayout>