Voglio una semplice TextView
comportarsi il modo simple_list_item_1
in una ListView
fa. Ecco 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" />
Tutto funziona tranne il colore del testo che (prevedibilmente) non cambia nello stato attivo. Come faccio a cambiarlo in textAppearanceLargeInverse
?