我想将TextView
中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"
/>