Android Selector & Textfarbe

Ich möchte eine einfacheTextView sich so verhaltensimple_list_item_1 in einemListView tut. Hier ist das 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" />

Alles funktioniert, bis auf die Textfarbe, die sich (erwartungsgemäß) im fokussierten Zustand nicht ändert. Wie mache ich es änderntextAppearanceLargeInverse?

Antworten auf die Frage(8)

Ihre Antwort auf die Frage