さて、問題はテキストを表示しようとしているのですが、それができません。コードは次のとおりです。
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/app_name"
android:textAlignment="center"
android:textColor="#000000"
android:textColorLink="@android:color/black"
android:textStyle="normal" />
私は何を間違えましたか?(テキストは画面に表示されません)