解決した
list_entry.xml という XML ファイル内にテキスト ボックスがあります。ファイルのコードは次のとおりです。
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/list_entry_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingTop="1dip"
android:paddingBottom="1dip"
android:paddingLeft="5dip"
style="android:attr/listViewWhiteStyle" />
それほど複雑ではありません。私の質問は、「list_entry_title」テキストボックスにどのようにアクセスするのですか? list_entry をテキストボックスとして使用しようとすると、クラッシュ (NullPointerException) が発生し続けます。