Tôi muốn có một đơn giản TextView
để xử đường simple_list_item_1
trong một ListView
không. Đây là XML:
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content" android:layout_width="fill_parent"
android:gravity="center" android:focusable="true"
android:minHeight="?android:attr/listPreferredItemHeight"
android:textAppearance="?android:attr/textAppearanceLarge"
android:background="@android:drawable/list_selector_background" />
Mọi thứ hoạt động ngoại trừ màu văn bản (dự kiến) không thay đổi ở trạng thái tập trung. Làm thế nào để tôi thay đổi nó textAppearanceLargeInverse
?