나는 간단한 원하는 TextView
방식으로 행동 simple_list_item_1
A가에 ListView
않습니다. 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
어떻게합니까?