我想让一个简单的TextView
像ListView
中的simple_list_item_1
那样工作。这是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" />
除了文本颜色在聚焦状态下没有改变外,其他一切都正常。如何将其更改为textAppearanceLargeInverse
?