TextView
inの色をテーマのデフォルトに変更したいのですがListView
、現在は「選択されていない」色が異なります(私の場合は白ではなく灰色)。テーマのデフォルトの色を選択するために次のコードを試しましたが、エラーが発生しますBinary XML file...
<TextView
android:id="@+id/botText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="17sp"
android:paddingTop="2dp"
android:paddingBottom="5dp"
android:textColor="?android:attr/textColor"
/>