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